code-monkey-ui
Version:
A Component Library for Vue 3
8 lines (7 loc) • 444 B
TypeScript
import type { ExtractPropTypes } from 'vue';
export declare const emptyProps: {
readonly image: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
readonly imageSize: NumberConstructor;
readonly description: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
};
export declare type EmptyProps = ExtractPropTypes<typeof emptyProps>;