@zag-js/color-picker
Version:
Core logic for the color-picker widget implemented as a state machine
11 lines (8 loc) • 302 B
TypeScript
import * as _zag_js_core from '@zag-js/core';
import { ColorPickerSchema } from './color-picker.types.js';
import '@zag-js/color-utils';
import '@zag-js/dismissable';
import '@zag-js/popper';
import '@zag-js/types';
declare const machine: _zag_js_core.Machine<ColorPickerSchema>;
export { machine };