UNPKG

preline

Version:

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

6 lines (5 loc) 75 B
export interface IBasePlugin<O, E> { el: E; options?: O; events?: {}; }