UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 237 B
import { AlertProps } from "./type.mjs"; import * as react40 from "react"; //#region src/Alert/Alert.d.ts declare const Alert: react40.NamedExoticComponent<AlertProps>; //#endregion export { Alert }; //# sourceMappingURL=Alert.d.mts.map