@trail-ui/react
Version:
12 lines (9 loc) • 362 B
text/typescript
import { Button } from './button';
import { CloseButton } from './close-button';
import { IconButton } from './icon-button';
// export types
export type { ButtonProps } from './button';
export type { CloseButtonProps } from './close-button';
export type { IconButtonProps } from './icon-button';
// export component
export { Button, CloseButton, IconButton };