UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

12 lines (11 loc) 954 B
import { PropertyBinding, PropertyConfiguration, PropertyDefinition } from "@omnia/fx-models"; export interface UserRequestProperty { propertyBinding: PropertyBinding<PropertyDefinition<any, any, any>>; propertyConfiguration: PropertyConfiguration<PropertyDefinition<any, any, any>>; } declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<unknown, never>, any, any, any>> & { propsDefinition: import("vue-tsx-support").PropsForOutside<unknown, never>; }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<unknown, never>, any, any, any>> & { propsDefinition: import("vue-tsx-support").PropsForOutside<unknown, never>; }); export default _default;