UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

5 lines 219 B
import type { ControlProps } from 'react-select'; import React from 'react'; import type { Option } from '../types'; export declare const Control: React.FC<ControlProps<Option, any>>; //# sourceMappingURL=index.d.ts.map