UNPKG

@authup/client-web-kit

Version:

This package contains vue components.

40 lines 1.29 kB
import type { PropType, SlotsType } from 'vue'; import type { TitleSlotProps } from './type'; export declare const ATitle: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ icon: { type: BooleanConstructor; default: boolean; }; iconPosition: { type: PropType<"start" | "end">; }; iconClass: { type: StringConstructor; }; text: { type: StringConstructor; }; }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ icon: { type: BooleanConstructor; default: boolean; }; iconPosition: { type: PropType<"start" | "end">; }; iconClass: { type: StringConstructor; }; text: { type: StringConstructor; }; }>> & Readonly<{}>, { icon: boolean; }, SlotsType<{ default: TitleSlotProps; }>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=ATitle.d.ts.map