Files
dsProject/dsBase/WebRoot/html/cdn/lib/components/empty/src/empty.d.ts

14 lines
404 B
TypeScript
Raw Normal View History

2025-08-14 15:45:08 +08:00
import type { ExtractPropTypes } from 'vue';
export declare const emptyProps: {
readonly image: {
readonly type: StringConstructor;
readonly default: "";
};
readonly imageSize: NumberConstructor;
readonly description: {
readonly type: StringConstructor;
readonly default: "";
};
};
export declare type EmptyProps = ExtractPropTypes<typeof emptyProps>;