Skip to content

Commit e201f2a

Browse files
committed
custom svg typing fix
1 parent 5fc5f6f commit e201f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { FunctionComponent, ReactSVG } from 'react';
1+
import React, { ReactSVG } from 'react';
22
import { cAnchorEdge, cArrowShapes, cPaths, cSvgElems } from './constants';
33

44
export type xarrowPropsType = {

0 commit comments

Comments
 (0)