UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

5 lines (4 loc) 171 B
/// <reference types="react" /> import './Button@desktop.css'; export * from './Button'; export declare const Button: import("react").FC<import("./Button").IButtonProps>;