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