@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
16 lines (15 loc) • 909 B
TypeScript
import { AuthenticationBlockSettings } from "../Shared";
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
settings: AuthenticationBlockSettings;
}, "settings">, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<{
settings: AuthenticationBlockSettings;
}, "settings">;
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
settings: AuthenticationBlockSettings;
}, "settings">, any, any, any>> & {
propsDefinition: import("vue-tsx-support").PropsForOutside<{
settings: AuthenticationBlockSettings;
}, "settings">;
});
export default _default;