UNPKG

@expo/styleguide-native

Version:

Foundational styles for Expo interfaces.

5 lines (4 loc) 195 B
/// <reference types="react" /> import { SvgProps } from "react-native-svg"; import { IconProps } from "../../types"; export default function ErrorIcon(props: SvgProps & IconProps): JSX.Element;