UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

3 lines 118 B
import { AlertProps } from "./type.mjs"; import { Alert } from "./Alert.mjs"; export { AlertProps, Alert as default };