27 lines
671 B
TypeScript
27 lines
671 B
TypeScript
import * as vue from 'vue';
|
|
import { VNode } from 'vue';
|
|
|
|
declare const _default: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
/**
|
|
* Markmap content
|
|
*
|
|
* Markmap
|
|
*/
|
|
content: {
|
|
type: StringConstructor;
|
|
required: true;
|
|
};
|
|
}>, () => VNode, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
|
|
/**
|
|
* Markmap content
|
|
*
|
|
* Markmap
|
|
*/
|
|
content: {
|
|
type: StringConstructor;
|
|
required: true;
|
|
};
|
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
|
|
export { _default as default };
|