@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
32 lines (31 loc) • 1.54 kB
TypeScript
import { AnalyticsSettings, EventAction } from "../../models/analytics";
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
analyticsSettings: AnalyticsSettings;
eventActions: EventAction[];
isEditMode: boolean;
analyticsSettingsChanged: () => void;
allowEventActionTemplate: boolean;
}, "analyticsSettings">, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<{
analyticsSettings: AnalyticsSettings;
eventActions: EventAction[];
isEditMode: boolean;
analyticsSettingsChanged: () => void;
allowEventActionTemplate: boolean;
}, "analyticsSettings">;
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
analyticsSettings: AnalyticsSettings;
eventActions: EventAction[];
isEditMode: boolean;
analyticsSettingsChanged: () => void;
allowEventActionTemplate: boolean;
}, "analyticsSettings">, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<{
analyticsSettings: AnalyticsSettings;
eventActions: EventAction[];
isEditMode: boolean;
analyticsSettingsChanged: () => void;
allowEventActionTemplate: boolean;
}, "analyticsSettings">;
});
export default _default;