Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 906 Bytes

internal_.md

File metadata and controls

38 lines (22 loc) · 906 Bytes

Reference - v0.1.0 / <internal>

Namespace: <internal>

Table of contents

Type aliases

Type aliases

Receivers

Ƭ Receivers: Object

Type declaration

Name Type
hex? (hexString: string) => void
hsl? (hue: number, saturation: number, lightness: number, alpha?: number) => void
rgb? (red: number, green: number, blue: number, alpha?: number) => void

Defined in

index.ts:8


SupportedColorNotations

Ƭ SupportedColorNotations: "hex" | "rgb" | "hsl"

Defined in

index.ts:6