UNPKG

@lobehub/ui

Version:

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

6 lines 221 B
import { AlertProps } from "./type.mjs"; //#region src/Alert/Alert.d.ts declare const Alert: import("react").NamedExoticComponent<AlertProps>; //#endregion export { Alert as default }; //# sourceMappingURL=Alert.d.mts.map