UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 248 B
import { Registry } from '../../../lib/di'; import { IButtonRegistry } from '.'; export { IButtonRegistry as IButtonDesktopRegistry } from '.'; export declare const regObjects: IButtonRegistry; export declare const ButtonDesktopRegistry: Registry;