@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
9 lines (8 loc) • 851 B
TypeScript
import { IPropertyEditorRenderer, MultilingualTextPropertyDefinition } from "@omnia/fx-models";
export type TextEditorProps = IPropertyEditorRenderer<MultilingualTextPropertyDefinition>;
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<TextEditorProps, never>, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<TextEditorProps, never>;
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<any>, {}, import("vue-tsx-support").PropsForOutside<TextEditorProps, never>, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<TextEditorProps, never>;
});
export default _default;