UNPKG

preline

Version:

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.

13 lines (10 loc) 187 B
export type EventProps = { detail: string; }; export type OptionProps = { options: { toggleLight: string; isDark: boolean; }; }; export type EventWithProps = Event & EventProps;