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