UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 282 B
import type { SFCWithInstall } from '../_util/interface'; import Empty from './empty.vue'; type EmptyType = SFCWithInstall<typeof Empty>; export { emptyProps } from './props'; export type { EmptyProps } from './props'; export declare const FEmpty: EmptyType; export default FEmpty;