UNPKG

element-plus

Version:

A Component Library for Vue 3

8 lines (7 loc) 327 B
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>;