UNPKG

1.12 kBTypeScriptView Raw
1import { type PropType, type ExtractPropTypes } from 'vue';
2import { Numeric } from '../utils';
3export declare const emptyProps: {
4 image: {
5 type: PropType<string>;
6 default: string;
7 };
8 imageSize: PropType<Numeric | [Numeric, Numeric]>;
9 description: StringConstructor;
10};
11export type EmptyProps = ExtractPropTypes<typeof emptyProps>;
12declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
13 image: {
14 type: PropType<string>;
15 default: string;
16 };
17 imageSize: PropType<Numeric | [Numeric, Numeric]>;
18 description: StringConstructor;
19}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
20 image: {
21 type: PropType<string>;
22 default: string;
23 };
24 imageSize: PropType<Numeric | [Numeric, Numeric]>;
25 description: StringConstructor;
26}>> & Readonly<{}>, {
27 image: string;
28}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29export default _default;