UNPKG
elfen-component-device
Version:
latest (0.0.2)
0.0.2
0.0.1
elfen component device
elfen-component-device
/
IPhone8.d.ts
6 lines
(5 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
/// <reference types="react" />
export
default
function
IPhone8
(
{children, ...rest}: { [x:
string
]:
any
; children:
any
; }
):
JSX
.
Element
;