UNPKG

@geezee/react-ui

Version:

Modern and minimalist React UI library.

8 lines (7 loc) 201 B
import React from 'react'; interface Props { disabled: boolean; size: string; } declare const SelectMultipleValue: React.FC<React.PropsWithChildren<Props>>; export default SelectMultipleValue;