UNPKG

preline

Version:

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

8 lines (7 loc) 110 B
export interface ISpaCollectionItem { key: string; fn: { autoInit: () => void; }; collection: string; }