UNPKG

element-plus

Version:

A Component Library for Vue 3

7 lines (6 loc) 219 B
import type { ExtractPropTypes } from 'vue'; export declare const anchorLinkProps: { title: StringConstructor; href: StringConstructor; }; export type AnchorLinkProps = ExtractPropTypes<typeof anchorLinkProps>;