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.
22 lines (18 loc) • 535 B
TypeScript
/************
Processor: ts
************/
import __beyond_dep_def_0 from 'react';
// index.tsx
declare namespace ns_0 {
import React = __beyond_dep_def_0;
export interface IPropsPreload {
width?: string;
height?: string;
color?: string;
stopAnimation?: boolean;
radio?: string;
}
export function Preload(props: IPropsPreload): React.JSX.Element;
}
export import Preload = ns_0.Preload;
export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };