UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

6 lines 251 B
import type { MultiValueProps } from 'react-select'; import React from 'react'; import type { Option } from '../types'; import './index.scss'; export declare const MultiValueLabel: React.FC<MultiValueProps<Option>>; //# sourceMappingURL=index.d.ts.map