UNPKG

@expo/styleguide-native

Version:

Expo's React Native styleguide components.

5 lines (4 loc) 104 B
import { SvgProps } from 'react-native-svg'; export type IconProps = SvgProps & { size?: number; };