UNPKG

@devrue/rn-select

Version:

Custom typescript only select component for react native

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