@opentiny/vue-renderless
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
22 lines (18 loc) • 610 B
TypeScript
import { ExtractPropTypes } from 'vue';
declare const MindMapProps: {
_constants: {
type: ObjectConstructor;
default: () => {};
};
modelValue: ObjectConstructor;
options: ObjectConstructor;
tiny_mode: StringConstructor;
tiny_mode_root: BooleanConstructor;
tiny_template: (FunctionConstructor | ObjectConstructor)[];
tiny_renderless: FunctionConstructor;
tiny_theme: StringConstructor;
tiny_mcp_config: ObjectConstructor;
tiny_chart_theme: ObjectConstructor;
};
type IMindMapProps = ExtractPropTypes<typeof MindMapProps>;
export { IMindMapProps };