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.
25 lines (21 loc) • 655 B
TypeScript
/************
Processor: ts
************/
import * as __beyond_dep_ns_0 from 'react';
import __beyond_dep_def_0 from 'react';
// spinner.tsx
declare namespace ns_0 {
import React = __beyond_dep_def_0;
import RefAttributes = __beyond_dep_ns_0.RefAttributes;
type properties = {
color?: string;
className?: string;
type: string;
size?: 'xs' | 'md' | 'lg' | 'xl';
active?: boolean;
};
export const Spinner: React.FC<properties & RefAttributes<unknown>>;
export {};
}
export import Spinner = ns_0.Spinner;
export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };