UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

7 lines (6 loc) 195 B
declare module '*.svg' { import { ComponentType, SVGProps } from 'react'; export const ReactComponent: ComponentType<SVGProps<HTMLOrSVGElement>>; const URL: string; export default URL; }