UNPKG

@eternaljs/styles

Version:

A comprehensive design system and styling package for Eternals JS applications. Features complete color palettes, typography system, spacing utilities, theming capabilities, and modern CSS custom properties.

13 lines (12 loc) 364 B
interface IHourPickerOptions { className?: string; value?: number; onChange: (value: number) => void; name?: string; disabled?: boolean; placeholder?: string; error?: boolean; } export default function HourPicker(options: IHourPickerOptions): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=HourPicker.d.ts.map