UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 143 B
import * as React from 'react'; import type { TagProps } from '../tag'; export default function PickerTag(props: TagProps): React.JSX.Element;