UNPKG

155 BTypeScriptView Raw
1import * as React from 'react';
2import type { ButtonProps } from '../button';
3export default function PickerButton(props: ButtonProps): React.JSX.Element;