57 lines
1.4 KiB
TypeScript
57 lines
1.4 KiB
TypeScript
|
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
||
|
|
/**
|
||
|
|
* The document to render.
|
||
|
|
*/
|
||
|
|
value: {
|
||
|
|
type: ObjectConstructor;
|
||
|
|
required: false;
|
||
|
|
default: () => {};
|
||
|
|
};
|
||
|
|
/**
|
||
|
|
* Whether or not to render the excerpt.
|
||
|
|
* @default false
|
||
|
|
*/
|
||
|
|
excerpt: {
|
||
|
|
type: BooleanConstructor;
|
||
|
|
default: boolean;
|
||
|
|
};
|
||
|
|
/**
|
||
|
|
* The tag to use for the renderer element if it is used.
|
||
|
|
* @default 'div'
|
||
|
|
*/
|
||
|
|
tag: {
|
||
|
|
type: StringConstructor;
|
||
|
|
default: string;
|
||
|
|
};
|
||
|
|
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
||
|
|
/**
|
||
|
|
* The document to render.
|
||
|
|
*/
|
||
|
|
value: {
|
||
|
|
type: ObjectConstructor;
|
||
|
|
required: false;
|
||
|
|
default: () => {};
|
||
|
|
};
|
||
|
|
/**
|
||
|
|
* Whether or not to render the excerpt.
|
||
|
|
* @default false
|
||
|
|
*/
|
||
|
|
excerpt: {
|
||
|
|
type: BooleanConstructor;
|
||
|
|
default: boolean;
|
||
|
|
};
|
||
|
|
/**
|
||
|
|
* The tag to use for the renderer element if it is used.
|
||
|
|
* @default 'div'
|
||
|
|
*/
|
||
|
|
tag: {
|
||
|
|
type: StringConstructor;
|
||
|
|
default: string;
|
||
|
|
};
|
||
|
|
}>> & Readonly<{}>, {
|
||
|
|
value: Record<string, any>;
|
||
|
|
tag: string;
|
||
|
|
excerpt: boolean;
|
||
|
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
||
|
|
export default _default;
|