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

10 lines
319 B
TypeScript

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;