pragmate-ui
Version:
An advanced, on-demand React UI library optimized for BeyondJS. Pragmate UI provides modular, responsive, and accessible components with a focus on efficient bundle sizes and a streamlined development process.
14 lines (10 loc) • 335 B
TypeScript
/************
Processor: ts
************/
// index.tsx
declare namespace ns_0 {
/// <reference types="react" />
export function ThemeSwitcher(): JSX.Element;
}
export import ThemeSwitcher = ns_0.ThemeSwitcher;
export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };