UNPKG
sidebar-ui-react
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
React Sidebar
github.com/Roxiler/react-sidebar
Roxiler/react-sidebar
sidebar-ui-react
/
build
/
Components
/
icon
/
Icon.types.d.ts
5 lines
(4 loc)
•
70 B
TypeScript
View Raw
1
2
3
4
5
export
interface
IconProps
{
color
?:
string
;
size
?:
number
; }