UNPKG

@geist-ui/core

Version:

Modern and minimalist React UI library.

8 lines (7 loc) 217 B
import React from 'react'; interface Props { disabled: boolean; onClear: (() => void) | null; } declare const SelectMultipleValue: React.FC<React.PropsWithChildren<Props>>; export default SelectMultipleValue;