Sha256: d285f1834eb516f9c35147eae5f2f4cfd4ee31b69efed998ea8f1ee2a003d32e
Contents?: true
Size: 259 Bytes
Versions: 2
Compression:
Stored size: 259 Bytes
Contents
import { SelectValueType } from '../_typeahead'; declare type Props = { data: SelectValueType; multiValueTemplate: any; removeProps: any; selectProps: any; }; declare const MultiValue: (props: Props) => JSX.Element; export default MultiValue;
Version data entries
2 entries across 2 versions & 1 rubygems