UNPKG

@lobehub/ui

Version:

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

11 lines (10 loc) 308 B
import { ModalProps } from "./type.mjs"; import * as _$react from "react"; //#region src/Modal/Modal.d.ts /** * @deprecated Use `Modal` from `@lobehub/ui/base-ui` instead. */ declare const Modal: _$react.NamedExoticComponent<ModalProps>; //#endregion export { Modal }; //# sourceMappingURL=Modal.d.mts.map