UNPKG
cookie12-test-ui
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
React component library
cookie12-test-ui
/
build
/
components
/
progressTracker
/
Icon.d.ts
9 lines
(8 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
interface
IconProps
{
ariaLabel
?:
undefined
|
string
;
name
:
boolean
|
string
;
iconText
?:
string
; }
export
declare
const
Icon
:
React
.
FC
<
IconProps
>;
export
{};