mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-28 13:28:48 +00:00
6 lines
No EOL
168 B
TypeScript
6 lines
No EOL
168 B
TypeScript
import * as React from 'react';
|
|
declare module '*.svg' {
|
|
import { SvgProps } from 'react-native-svg';
|
|
const content: React.FC<SvgProps>;
|
|
export default content;
|
|
} |