UNPKG

@react-navigation/elements

Version:
9 lines 315 B
import { type StyleProp, type TextStyle } from 'react-native'; type Props = { color?: string; size?: number; style?: StyleProp<TextStyle>; }; export declare function MissingIcon({ color, size, style }: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=MissingIcon.d.ts.map