UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 287 B
import type { SFCWithInstall } from '../_util/interface'; import Popper from './popper'; type PopperType = SFCWithInstall<typeof Popper>; export { popperProps } from './props'; export type { PopperProps } from './props'; export declare const FPopper: PopperType; export default FPopper;