UNPKG

860 BTypeScriptView Raw
1export 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>>;
6export default IndexAnchor;
7export { indexAnchorProps } from './IndexAnchor';
8export type { IndexAnchorProps } from './IndexAnchor';
9export type { IndexAnchorThemeVars } from './types';
10declare module 'vue' {
11 interface GlobalComponents {
12 VanIndexAnchor: typeof IndexAnchor;
13 }
14}
15
\No newline at end of file