UNPKG

@theoplayer/react-native-ui

Version:

A React Native UI for @theoplayer/react-native

5 lines (3 loc) 154 B
import React from 'react'; import type { SvgProps } from 'react-native-svg'; export const SvgContext = React.createContext<SvgProps>({ fill: 'white' });