UNPKG

create-onetech-app

Version:

CLI to quickly set up React projects with popular templates and tools.

11 lines (9 loc) 264 B
// Supports both image URL and ReactComponent imports declare module "*.svg" { import * as React from "react"; export const ReactComponent: React.FunctionComponent< React.SVGProps<SVGSVGElement> >; const app: string; export default app; }