1 | export declare const TabbarItem: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2 | to: import("vue").PropType<import("vue-router").RouteLocationRaw>;
|
3 | url: StringConstructor;
|
4 | replace: BooleanConstructor;
|
5 | } & {
|
6 | dot: BooleanConstructor;
|
7 | icon: StringConstructor;
|
8 | name: (NumberConstructor | StringConstructor)[];
|
9 | badge: (NumberConstructor | StringConstructor)[];
|
10 | badgeProps: import("vue").PropType<Partial<import("..").BadgeProps>>;
|
11 | iconPrefix: StringConstructor;
|
12 | }>, (() => import("vue/jsx-runtime").JSX.Element) | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
13 | to: import("vue").PropType<import("vue-router").RouteLocationRaw>;
|
14 | url: StringConstructor;
|
15 | replace: BooleanConstructor;
|
16 | } & {
|
17 | dot: BooleanConstructor;
|
18 | icon: StringConstructor;
|
19 | name: (NumberConstructor | StringConstructor)[];
|
20 | badge: (NumberConstructor | StringConstructor)[];
|
21 | badgeProps: import("vue").PropType<Partial<import("..").BadgeProps>>;
|
22 | iconPrefix: StringConstructor;
|
23 | }>> & Readonly<{
|
24 | onClick?: ((...args: any[]) => any) | undefined;
|
25 | }>, {
|
26 | replace: boolean;
|
27 | dot: boolean;
|
28 | }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
29 | export default TabbarItem;
|
30 | export { tabbarItemProps } from './TabbarItem';
|
31 | export type { TabbarItemProps } from './TabbarItem';
|
32 | export type { TabbarItemThemeVars } from './types';
|
33 | declare module 'vue' {
|
34 | interface GlobalComponents {
|
35 | VanTabbarItem: typeof TabbarItem;
|
36 | }
|
37 | }
|
38 |
|
\ | No newline at end of file |