UNPKG

@trail-ui/react

Version:
10 lines (7 loc) 237 B
import { Alert } from './alert'; import { AlertIcon } from './alert-icon'; // export types export type { AlertProps } from './alert'; export type { AlertIconProps } from './alert-icon'; // export component export { Alert, AlertIcon };