UNPKG
acres-ui-test2
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
Acres React component library
acres-ui-test2
/
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
{};