1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/types/icons.d.ts
Sebastian Malton 3315114ddd finish poc
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-04-19 10:42:53 -04:00

5 lines
143 B
TypeScript

declare module "*.svg" {
const ReactComponent: React.StatelessComponent<React.SVGAttributes<SVGElement>>;
export default ReactComponent;
}