@fesjs/fes-design
Version:
fes-design for PC
9 lines (8 loc) • 321 B
TypeScript
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;