UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 307 B
import type { SFCWithInstall } from '../_util/interface'; import FloatPane from './float-pane'; type ModalType = SFCWithInstall<typeof FloatPane>; export { floatPaneProps } from './props'; export type { FloatPaneProps } from './props'; export declare const FFloatPane: ModalType; export default FFloatPane;