UNPKG

@zag-js/color-picker

Version:

Core logic for the color-picker widget implemented as a state machine

5 lines (3 loc) 139 B
declare function isValidHex(value: string): boolean; declare function prefixHex(value: string): string; export { isValidHex, prefixHex };