UNPKG

@niku/react-native-dropdown-select

Version:
5 lines (4 loc) 314 B
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;