@authup/client-web-kit
Version:
This package contains vue components.
16 lines • 884 B
TypeScript
import type { OAuth2IdentityProvider } from '@authup/core-kit';
import type { PropType } from 'vue';
export declare const AIdentityProviderOAuth2ClientFields: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
entity: {
type: PropType<Partial<OAuth2IdentityProvider>>;
};
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "updated"[], "updated", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
entity: {
type: PropType<Partial<OAuth2IdentityProvider>>;
};
}>> & Readonly<{
onUpdated?: (...args: any[]) => any;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=AIdentityProviderOAuth2ClientFields.d.ts.map