1 | import { type PropType, type ExtractPropTypes } from 'vue';
|
2 | import { type BadgeProps } from '../badge';
|
3 | export declare const actionBarIconProps: {
|
4 | to: PropType<import("vue-router").RouteLocationRaw>;
|
5 | url: StringConstructor;
|
6 | replace: BooleanConstructor;
|
7 | } & {
|
8 | dot: BooleanConstructor;
|
9 | text: StringConstructor;
|
10 | icon: StringConstructor;
|
11 | color: StringConstructor;
|
12 | badge: (NumberConstructor | StringConstructor)[];
|
13 | iconClass: PropType<unknown>;
|
14 | badgeProps: PropType<Partial<BadgeProps>>;
|
15 | iconPrefix: StringConstructor;
|
16 | };
|
17 | export type ActionBarIconProps = ExtractPropTypes<typeof actionBarIconProps>;
|
18 | declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
19 | to: PropType<import("vue-router").RouteLocationRaw>;
|
20 | url: StringConstructor;
|
21 | replace: BooleanConstructor;
|
22 | } & {
|
23 | dot: BooleanConstructor;
|
24 | text: StringConstructor;
|
25 | icon: StringConstructor;
|
26 | color: StringConstructor;
|
27 | badge: (NumberConstructor | StringConstructor)[];
|
28 | iconClass: PropType<unknown>;
|
29 | badgeProps: PropType<Partial<BadgeProps>>;
|
30 | iconPrefix: StringConstructor;
|
31 | }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
|
32 | to: PropType<import("vue-router").RouteLocationRaw>;
|
33 | url: StringConstructor;
|
34 | replace: BooleanConstructor;
|
35 | } & {
|
36 | dot: BooleanConstructor;
|
37 | text: StringConstructor;
|
38 | icon: StringConstructor;
|
39 | color: StringConstructor;
|
40 | badge: (NumberConstructor | StringConstructor)[];
|
41 | iconClass: PropType<unknown>;
|
42 | badgeProps: PropType<Partial<BadgeProps>>;
|
43 | iconPrefix: StringConstructor;
|
44 | }>> & Readonly<{}>, {
|
45 | replace: boolean;
|
46 | dot: boolean;
|
47 | }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
48 | export default _default;
|