@niku/react-native-dropdown-select
Version:
A Dropdown select component for React Native
4 lines (3 loc) • 607 B
TypeScript
import type { DropdownSelectConfig } from '../types';
declare function DropdownSelect<T = any>({ component, children, render, loadingComponent, renderLoading, optionComponent, renderOption, optionGroupComponent, renderOptionGroup, position, placeholder, loading, buttonWrapperStyle, buttonContainerStyle, buttonLabelStyle, buttonIconStyle, buttonPlaceholderStyle, dropdownStyle, optionStyle, selectedOptionStyle, disabledOptionStyle, optionLabelStyle, selectedOptionLabelStyle, disabledOptionLabelStyle, optionGroupPadding, ...configs }: DropdownSelectConfig<T>): JSX.Element;
export { DropdownSelect };