| 1234567 |
- import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue';
- export declare const anchorLinkProps: {
- title: StringConstructor;
- href: StringConstructor;
- };
- export type AnchorLinkProps = ExtractPropTypes<typeof anchorLinkProps>;
- export type AnchorLinkPropsPublic = __ExtractPublicPropTypes<typeof anchorLinkProps>;
|