UNPKG
react-vr-icons
Version:
latest (0.0.1)
0.0.1
React VR Icons
github.com/batur/react-vr-icons
batur/react-vr-icons
react-vr-icons
/
dist
/
icons
/
VrControllerArea.d.ts
5 lines
(4 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
React
from
'react'
;
import
{
SVGProps
}
from
'react'
;
declare
const
Memo
:
React
.
MemoExoticComponent
<
(
{ width, height, color, strokeWidth, ...props }:
SVGProps
<
SVGSVGElement
>
) =>
JSX
.
Element
>;
export
default
Memo
;