UNPKG

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.

15 lines (11 loc) 290 B
/************ Processor: ts ************/ // control.ts declare namespace ns_0 { export class Control { constructor(); } } export import Control = ns_0.Control; export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };