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) 173 B
export interface ICopyMarkupOptions { targetSelector: string; wrapperSelector: string; limit?: number; } export interface ICopyMarkup { options?: ICopyMarkupOptions; }