UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 132 B
/// <reference types="react" /> import { TagProps } from '../tag'; export default function PickerTag(props: TagProps): JSX.Element;