UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

6 lines 282 B
import type { ClearIndicatorProps } from 'react-select'; import React from 'react'; import type { Option as OptionType } from '../types'; import './index.scss'; export declare const ClearIndicator: React.FC<ClearIndicatorProps<OptionType, true>>; //# sourceMappingURL=index.d.ts.map