UNPKG
@aperturerobotics/chonky-icon-fontawesome
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.8
0.2.7
0.2.2
0.2.0
0.1.2
0.1.1
0.1.0
FontAwesome icon component for Chonky file browser
chonky.io
TimboKZ/Chonky
@aperturerobotics/chonky-icon-fontawesome
/
dist
/
ChonkyIconFA.d.ts
9 lines
(8 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@author
Timur Kuzhagaliyev <tim.kuzh
@gmail
.com> *
@copyright
2020 *
@license
MIT
*/
import
{
ChonkyIconProps
}
from
'@aperturerobotics/chonky'
;
import
React
from
'react'
;
export
declare
const
ChonkyIconFA
:
React
.
FC
<
ChonkyIconProps
>;