ckgl/node_modules/vant/lib/index-anchor/IndexAnchor.d.ts
2024-12-21 13:52:42 +08:00

12 lines
738 B
TypeScript

import { type ExtractPropTypes } from 'vue';
export declare const indexAnchorProps: {
index: (NumberConstructor | StringConstructor)[];
};
export type IndexAnchorProps = ExtractPropTypes<typeof indexAnchorProps>;
declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
index: (NumberConstructor | StringConstructor)[];
}>, (() => import("vue/jsx-runtime").JSX.Element) | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExtractPropTypes<{
index: (NumberConstructor | StringConstructor)[];
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;