UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

5 lines (4 loc) 213 B
/// <reference types="react" /> import { MultiValueProps } from 'react-select'; import type { IOption } from '../Select/ISelect'; export declare const MultiValue: (props: MultiValueProps<IOption>) => JSX.Element;