8000 fix: fix typings · coreui/coreui-icons-react@33f740d · GitHub
[go: up one dir, main page]

Skip to content

Commit 33f740d

Browse files
committed
fix: fix typings
1 parent a71c3a6 commit 33f740d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/index.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import React from 'react'
2-
31
interface CIconRaw {
42
className?: string
53
name?: string
@@ -13,5 +11,5 @@ interface CIconRaw {
1311

1412
interface CIcon extends CIconRaw {}
1513

16-
export declare const CIconRaw: (props: CIconRaw) => React.SFC<CIconRaw>;
17-
export declare const CIcon: (props: CIcon) => React.SFC<CIcon>;
14+
export declare const CIconRaw: (props: CIconRaw) => any;
15+
export declare const CIcon: (props: CIcon) => any;

0 commit comments

Comments
 (0)
0