@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
4 lines • 365 B
text/typescript
import { AlertClassNames, AlertCloseConfig, AlertProps, AlertRef, AlertStyles, AlertType, AlertVariant } from "./type.mjs";
import Alert from "./Alert.mjs";
import { styles } from "./style.mjs";
export { Alert, type AlertClassNames, type AlertCloseConfig, type AlertProps, type AlertRef, type AlertStyles, type AlertType, type AlertVariant, styles as alertStyles };