UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

7 lines (6 loc) 282 B
import { ISpinnerIconRegistry } from './features'; import { Registry } from '../../../lib/di'; export interface ISpinnerDesktopRegistry extends ISpinnerIconRegistry { } export declare const regObjects: ISpinnerDesktopRegistry; export declare const SpinnerDesktopRegistry: Registry;