UNPKG
react-winplaza-98
Version:
latest (0.4.0)
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
React components with a Win98 a e s t h e c t i c
.
lisandro52/react-winplaza-98
react-winplaza-98
/
dist
/
esm
/
types
/
components
/
window
/
window-body.d.ts
7 lines
(6 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
interface
WindowBodyProps
{
children
:
React
.
ReactNode
; }
declare
const
WindowBody
:
(
{ children }:
WindowBodyProps
) =>
React
.
JSX
.
Element
;
export
default
WindowBody
;