UNPKG

ranui

Version:

A framework-agnostic Web Components UI library built on native custom elements, with TypeScript types, light/dark theming, SSR and PWA support.

7 lines (6 loc) 139 B
declare const render: () => HTMLElement; declare const _default: { css: string; render: typeof render; }; export default _default;