UNPKG

@lobehub/ui

Version:

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

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