UNPKG

preline

Version:

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

9 lines (7 loc) 145 B
export interface IPinInputOptions { availableCharsRE?: RegExp; } export interface IPinInput { options?: IPinInputOptions; destroy(): void; }