UNPKG

@fesjs/fes-design

Version:
9 lines (8 loc) 321 B
import type { SFCWithInstall } from '../_util/interface'; import Modal from './modal'; import Api from './modalApi'; type ModalType = SFCWithInstall<typeof Modal> & typeof Api; export { modalProps } from './props'; export type { ModalProps } from './props'; export declare const FModal: ModalType; export default FModal;