@niku/react-native-dropdown-select
Version:
A Dropdown select component for React Native
5 lines (4 loc) • 314 B
TypeScript
import * as React from 'react';
import type { DropdownOptionProps } from '../types';
declare const _default: React.MemoExoticComponent<({ option, style, labelStyle, activeStyle, activeLabelStyle, active, disabledStyle, disabledLabelStyle, }: DropdownOptionProps<any>) => JSX.Element>;
export default _default;