UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

12 lines 269 B
export type ISpinnerProps = { className?: string; label?: string; size?: number | keyof typeof ESpinnerSize; fullpage?: boolean; }; export declare enum ESpinnerSize { mini = 64, default = 96, large = 128 } //# sourceMappingURL=types.d.ts.map