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.

11 lines (10 loc) 526 B
import type { BuildOptions, UserConfig } from 'vite'; export declare const bundle: BuildOptions; /** Every web component, keyed by its public entry name. Single source of truth: * the per-component ES build below and the per-component IIFE build * (bin/build-iife.ts) both derive their entry lists from this map. */ export declare const componentEntries: Record<string, string>; export declare const es: BuildOptions; export declare const viteConfig: UserConfig; declare const _default: UserConfig; export default _default;