react-toolbox/components/button/index.d.ts

10 lines
319 B
TypeScript
Raw Permalink Normal View History

import { Button } from './Button';
2016-07-24 14:17:16 +03:00
export { ButtonTheme } from './base';
export { ButtonProps } from './Button';
export { IconButton, IconButtonProps, IconButtonTheme } from './IconButton';
export { BrowseButton, BrowseButtonProps, BrowseButtonTheme } from './BrowseButton';
2016-07-24 14:17:16 +03:00
export { Button };
export default Button;