mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-05 01:09:46 +00:00
5 lines
No EOL
137 B
TypeScript
5 lines
No EOL
137 B
TypeScript
declare module '*.svg' {
|
|
import { SvgProps } from 'react-native-svg';
|
|
const content: React.FC<SvgProps>;
|
|
export default content;
|
|
}
|