UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

6 lines (5 loc) 160 B
import type { TagProps } from '../tag'; export default function PickerTag(props: TagProps, { slots, attrs }: { slots: any; attrs: any; }): JSX.Element;