1 | export declare const GridItem: 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 | text: StringConstructor;
|
8 | icon: StringConstructor;
|
9 | badge: (NumberConstructor | StringConstructor)[];
|
10 | iconColor: StringConstructor;
|
11 | iconPrefix: StringConstructor;
|
12 | badgeProps: import("vue").PropType<Partial<import("..").BadgeProps>>;
|
13 | }>, (() => import("vue/jsx-runtime").JSX.Element) | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
14 | to: import("vue").PropType<import("vue-router").RouteLocationRaw>;
|
15 | url: StringConstructor;
|
16 | replace: BooleanConstructor;
|
17 | } & {
|
18 | dot: BooleanConstructor;
|
19 | text: StringConstructor;
|
20 | icon: StringConstructor;
|
21 | badge: (NumberConstructor | StringConstructor)[];
|
22 | iconColor: StringConstructor;
|
23 | iconPrefix: StringConstructor;
|
24 | badgeProps: import("vue").PropType<Partial<import("..").BadgeProps>>;
|
25 | }>> & Readonly<{}>, {
|
26 | replace: boolean;
|
27 | dot: boolean;
|
28 | }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
29 | export default GridItem;
|
30 | export { gridItemProps } from './GridItem';
|
31 | export type { GridItemProps } from './GridItem';
|
32 | export type { GridItemThemeVars } from './types';
|
33 | declare module 'vue' {
|
34 | interface GlobalComponents {
|
35 | VanGridItem: typeof GridItem;
|
36 | }
|
37 | }
|
38 |
|
\ | No newline at end of file |