UNPKG

franken-ui

Version:

Franken UI is an HTML-first UI component library built on UIkit 3 and extended with LitElement, inspired by shadcn/ui.

13 lines (12 loc) 375 B
import type { Colors, Options } from './types.js'; export declare const variables: { [key: string]: Colors; }; declare const _default: { (options: Options): { handler: import("tailwindcss/types/config.js").PluginCreator; config?: Partial<import("tailwindcss/types/config.js").Config>; }; __isOptionsFunction: true; }; export default _default;