UNPKG

preline

Version:

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

10 lines (8 loc) 159 B
export type TAutoInitPlugin = { autoInit?: () => void; }; export type TCollectionItem = { key: string; fn: TAutoInitPlugin | null; collection: string; };