git-subtree-dir: apps/mobile git-subtree-mainline:86f8987dffgit-subtree-split:5fa30f365f
7 lines
171 B
TypeScript
7 lines
171 B
TypeScript
declare module "*.svg" {
|
|
import type { FC } from "react";
|
|
import type { SvgProps } from "react-native-svg";
|
|
const content: FC<SvgProps>;
|
|
export default content;
|
|
}
|