UNPKG

ant-design-vue

Version:

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

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