UNPKG

@foo-software/react-toolbox

Version:

A set of React components implementing Google's Material Design specification with the power of CSS Modules.

10 lines (7 loc) 319 B
import { Button } from './Button'; export { ButtonTheme } from './base'; export { ButtonProps } from './Button'; export { IconButton, IconButtonProps, IconButtonTheme } from './IconButton'; export { BrowseButton, BrowseButtonProps, BrowseButtonTheme } from './BrowseButton'; export { Button }; export default Button;