UNPKG

@geezee/react-ui

Version:

Modern and minimalist React UI library.

4 lines (3 loc) 135 B
/// <reference types="react" /> import { Props } from '../tag'; export default function PickerTag(props: Partial<Props>): JSX.Element;