UNPKG

@fesjs/fes-design

Version:
18 lines (17 loc) 547 B
import type { PropType, StyleValue } from 'vue'; import type { ExtractPublicPropTypes } from '../_util/interface'; export declare const emptyProps: { readonly imageSrc: { readonly type: StringConstructor; readonly default: ""; }; readonly imageStyle: { readonly type: PropType<StyleValue>; readonly default: () => {}; }; readonly description: { readonly type: StringConstructor; readonly default: ""; }; }; export type EmptyProps = ExtractPublicPropTypes<typeof emptyProps>;