@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
34 lines (33 loc) • 1.91 kB
TypeScript
import { VelcronAppDefinition, VelcronRenderContext } from "@omnia/fx-models";
import { ThemeDefinitionV2, useVelcronThemingStore, VelcronRenderContextEventHandlers } from "../core";
export type RegisterThemingStore = (store: ReturnType<typeof useVelcronThemingStore>) => void;
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
definition: VelcronAppDefinition<object>;
context: VelcronRenderContext;
eventHandlers: VelcronRenderContextEventHandlers;
themeDefinitionV2: ThemeDefinitionV2;
themingRegistrationHook: RegisterThemingStore;
}, "definition">, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<{
definition: VelcronAppDefinition<object>;
context: VelcronRenderContext;
eventHandlers: VelcronRenderContextEventHandlers;
themeDefinitionV2: ThemeDefinitionV2;
themingRegistrationHook: RegisterThemingStore;
}, "definition">;
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
definition: VelcronAppDefinition<object>;
context: VelcronRenderContext;
eventHandlers: VelcronRenderContextEventHandlers;
themeDefinitionV2: ThemeDefinitionV2;
themingRegistrationHook: RegisterThemingStore;
}, "definition">, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<{
definition: VelcronAppDefinition<object>;
context: VelcronRenderContext;
eventHandlers: VelcronRenderContextEventHandlers;
themeDefinitionV2: ThemeDefinitionV2;
themingRegistrationHook: RegisterThemingStore;
}, "definition">;
});
export default _default;