UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

5 lines (4 loc) 155 B
/// <reference types="react" /> export declare const SingleValue: ({ isDisabled, ...allProps }: { isDisabled?: boolean | undefined; }) => JSX.Element;