UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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;