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 { ModalProps } from "./type.mjs"; import * as react51 from "react"; //#region src/Modal/Modal.d.ts declare const Modal: react51.NamedExoticComponent<ModalProps>; //#endregion export { Modal }; //# sourceMappingURL=Modal.d.mts.map