8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71c3a6 commit 33f740dCopy full SHA for 33f740d
src/index.d.ts
@@ -1,5 +1,3 @@
1
-import React from 'react'
2
-
3
interface CIconRaw {
4
className?: string
5
name?: string
@@ -13,5 +11,5 @@ interface CIconRaw {
13
11
14
12
interface CIcon extends CIconRaw {}
15
16
-export declare const CIconRaw: (props: CIconRaw) => React.SFC<CIconRaw>;
17
-export declare const CIcon: (props: CIcon) => React.SFC<CIcon>;
+export declare const CIconRaw: (props: CIconRaw) => any;
+export declare const CIcon: (props: CIcon) => any;
0 commit comments