zview-plus
Version:
基于 Vue3 的 UI 组件库
14 lines (13 loc) • 349 B
TypeScript
import type { ExtractPropTypes } from "vue";
export declare const EmptyProps: {
image: {
type: StringConstructor;
default: string;
};
imageSize: NumberConstructor;
description: {
type: StringConstructor;
default: string;
};
};
export declare type EmptyProps = ExtractPropTypes<typeof EmptyProps>;