UNPKG

mainstack-library

Version:

component library for the mainstack frontend task

6 lines (5 loc) 138 B
declare module "*.svg" { import React from "react"; const SVG: React.FC<React.SVGProps<SVGSVGElement>>; export default SVG; }