UNPKG

react-winplaza-98

Version:

React components with a Win98 a e s t h e c t i c

7 lines (6 loc) 195 B
import React from 'react'; interface WindowBodyProps { children: React.ReactNode; } declare const WindowBody: ({ children }: WindowBodyProps) => React.JSX.Element; export default WindowBody;