react-native-paper-select
Version:
Material Design Select Dropdown Component using React Native Paper
5 lines (4 loc) • 894 B
TypeScript
import React from 'react';
import type { PaperSelectProps } from '../interface/paperSelect.interface';
declare const _default: React.MemoExoticComponent<({ label, arrayList, selectedArrayList, multiEnable, value, onSelection, disabled, hideSearchBox, selectAllEnable, textInputMode, theme: themeOverrides, inputRef, limit, limitError, limitErrorStyle, dialogTitle, selectAllText, searchText, dialogCloseButtonText, dialogDoneButtonText, errorText, containerStyle, textInputStyle, textInputOutlineStyle, dialogStyle, dialogTitleStyle, searchStyle, dialogCloseButtonStyle, dialogDoneButtonStyle, errorStyle, textColor, textInputProps: textInputPropOverrides, checkboxProps: checkboxPropsOverrides, searchbarProps: searchbarPropsOverrides, testID, dialogTestID, searchbarTestID, selectAllCheckboxTestID, itemCheckboxTestIDPrefix, }: PaperSelectProps) => JSX.Element>;
export default _default;