UNPKG

next-react-svg

Version:

Transform your svg image to a React component.

11 lines (8 loc) 212 B
/// <reference types="react" /> declare module '*.svg' { const value: React.FunctionComponent<React.SVGAttributes<SVGElement>>; export = value; } export interface NextReactSvgConfig { include?: string; }