UNPKG

keep-vue

Version:

Keep Vue is an open-source component library built on top of Vue3 and Tailwind CSS. It offers a collection of pre-designed UI components and styles that you can easily integrate into your web applications.

8 lines (7 loc) 222 B
interface DropdownInterface { content: string; item: string; } export declare const dropdownTheme: DropdownInterface; export declare const dropdownVariant: (property: keyof DropdownInterface) => string; export {};