UNPKG

132 BTypeScriptView Raw
1/// <reference types="react" />
2import { TagProps } from '../tag';
3export default function PickerTag(props: TagProps): JSX.Element;