UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

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