react-winplaza-98
Version:
React components with a Win98 a e s t h e c t i c
10 lines (9 loc) • 316 B
TypeScript
import React from 'react';
export declare const StatusBarField: ({ children }: {
children: string;
}) => React.JSX.Element;
interface WindowStatusBarProps {
children: React.ReactNode;
}
declare const WindowStatusBar: ({ children }: WindowStatusBarProps) => React.JSX.Element;
export default WindowStatusBar;