UNPKG

144 BTypeScriptView Raw
1/// <reference types="react" />
2import { ButtonProps } from '../button';
3export default function PickerButton(props: ButtonProps): JSX.Element;