UNPKG

@cfxjs/react-ui

Version:

Modern and minimalist React UI library.

4 lines (3 loc) 160 B
/// <reference types="react" /> import { ButtonProps } from '../button/button'; export default function PickerButton(props: Partial<ButtonProps>): JSX.Element;