@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
28 lines (27 loc) • 1.39 kB
TypeScript
import { ExtendedPropertyEnterprisePropertyDefinition } from "@omnia/fx/models";
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
property: ExtendedPropertyEnterprisePropertyDefinition;
styles: {
container: import("typestyle/lib/types").NestedCSSProperties;
};
}, "property">, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<{
property: ExtendedPropertyEnterprisePropertyDefinition;
styles: {
container: import("typestyle/lib/types").NestedCSSProperties;
};
}, "property">;
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
property: ExtendedPropertyEnterprisePropertyDefinition;
styles: {
container: import("typestyle/lib/types").NestedCSSProperties;
};
}, "property">, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<{
property: ExtendedPropertyEnterprisePropertyDefinition;
styles: {
container: import("typestyle/lib/types").NestedCSSProperties;
};
}, "property">;
});
export default _default;