UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

13 lines 422 B
import { Registry } from '../../../lib/di'; import { cnButton } from '../Button'; import { ButtonContent } from '../Content/Button-Content'; import { ButtonText } from '../Text/Button-Text'; import { ButtonIcon } from '../Icon/Button-Icon'; export var regObjects = { Content: ButtonContent, Text: ButtonText, Icon: ButtonIcon }; export var ButtonDesktopRegistry = new Registry({ id: cnButton() }).fill(regObjects);