UNPKG

react95

Version:

Refreshed Windows95 UI components for modern web apps - React95

8 lines 315 B
import React from 'react'; declare type MonitorProps = { backgroundStyles?: React.CSSProperties; children?: React.ReactNode; }; declare const Monitor: React.ForwardRefExoticComponent<MonitorProps & React.RefAttributes<HTMLDivElement>>; export { Monitor, MonitorProps }; //# sourceMappingURL=Monitor.d.ts.map