UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

43 lines 1.38 kB
import type { PropType } from 'vue'; import type { Client } from '@authup/core-kit'; export declare const AClientForm: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ name: { type: StringConstructor; default: any; }; entity: { type: PropType<Client>; default: any; }; realmId: { type: StringConstructor; default: any; }; }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityVEmitOptions<Client>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ name: { type: StringConstructor; default: any; }; entity: { type: PropType<Client>; default: any; }; realmId: { type: StringConstructor; default: any; }; }>> & Readonly<{ onUpdated?: (item: Client) => any; onDeleted?: (item: Client) => any; onCreated?: (item: Client) => any; onResolved?: (item?: Client) => any; onFailed?: (item: Error) => any; }>, { name: string; realmId: string; entity: Client; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default AClientForm; //# sourceMappingURL=AClientForm.d.ts.map