UNPKG

@devrue/rn-select

Version:

Custom typescript only select component for react native

5 lines 224 B
/// <reference types="react" /> import { type SvgProps } from 'react-native-svg'; declare const ChevronDownIcon: (props: SvgProps) => JSX.Element; export default ChevronDownIcon; //# sourceMappingURL=ChevronDownIcon.d.ts.map