MCPcopy
hub / github.com/codedogQBY/ReadAny / DarkModeSvgProps

Interface DarkModeSvgProps

packages/app-expo/src/components/DarkModeSvg.tsx:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { StyleSheet, View } from "react-native";
4
5interface DarkModeSvgProps {
6 children: ReactElement;
7 width?: number;
8 height?: number;
9 style?: any;
10}
11
12/**
13 * DarkModeSvg - Wraps SVG illustrations with proper dark mode support.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected