UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

7 lines (6 loc) 448 B
import React from 'react'; import { InjectedIntlProps } from 'react-intl'; import { InputSelectComponentProps } from '../../../lib/types/types'; export declare const ChangeLocaleComponent: React.ComponentClass<Pick<InputSelectComponentProps, "label" | "isErrored" | "onChange" | "onKeyDown" | "placeholder" | "value" | "isRequired" | "options">, any> & { WrappedComponent: React.ComponentType<InputSelectComponentProps & InjectedIntlProps>; };