UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

8 lines 337 B
import type { MultiValueRemoveProps } from 'react-select'; import React from 'react'; import type { Option as OptionType } from '../types'; import './index.scss'; export declare const MultiValueRemove: React.FC<MultiValueRemoveProps<OptionType> & { innerProps: JSX.IntrinsicElements['button']; }>; //# sourceMappingURL=index.d.ts.map