UNPKG

@zag-js/color-picker

Version:

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

6 lines (3 loc) 118 B
import { Color } from '@zag-js/color-utils'; declare const parse: (colorString: string) => Color; export { parse };