color: {
    parse: ((v) => RGBA | HSLA);
    test: ((v) => boolean);
    transform: ((v) => string);
}

Type declaration

  • parse: ((v) => RGBA | HSLA)
      • (v): RGBA | HSLA
      • Parameters

        • v: any

        Returns RGBA | HSLA

  • test: ((v) => boolean)
      • (v): boolean
      • Parameters

        • v: any

        Returns boolean

  • transform: ((v) => string)
      • (v): string
      • Parameters

        • v: HSLA | RGBA | string

        Returns string

Generated using TypeDoc