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.

8 lines (7 loc) 238 B
import type { Components, CSSRuleObject, Options } from './types.js'; declare const _default: (options: { palettes: CSSRuleObject; components: Components; pluginOptions?: Options; }) => CSSRuleObject; export default _default;