@react-navigation/elements
Version:
UI Components for React Navigation
9 lines • 315 B
TypeScript
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