1 | export declare const IndexAnchor: import("../utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
2 | index: (NumberConstructor | StringConstructor)[];
|
3 | }>, (() => import("vue/jsx-runtime").JSX.Element) | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
4 | index: (NumberConstructor | StringConstructor)[];
|
5 | }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
6 | export default IndexAnchor;
|
7 | export { indexAnchorProps } from './IndexAnchor';
|
8 | export type { IndexAnchorProps } from './IndexAnchor';
|
9 | export type { IndexAnchorThemeVars } from './types';
|
10 | declare module 'vue' {
|
11 | interface GlobalComponents {
|
12 | VanIndexAnchor: typeof IndexAnchor;
|
13 | }
|
14 | }
|
15 |
|
\ | No newline at end of file |