trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
13 lines • 520 B
TypeScript
/**
* Gallery entry — colorpicker (headless color: parsing, formats,
* recents, WCAG contrast — no eyedropper/spectrum UI).
*/
import { createColorPickerCore } from '../../colorpicker/index.js';
import type { RegisteredComponent } from '../../inspector/index.js';
type ColorPickerConfig = {
initial?: string;
maxRecent?: number;
};
export declare const colorpickerEntry: RegisteredComponent<ColorPickerConfig, ReturnType<typeof createColorPickerCore>>;
export {};
//# sourceMappingURL=colorpicker.d.ts.map