pages235/src/react/NetworkStatus.module.css.d.ts
2025-02-19 03:33:39 +03:00

14 lines
319 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
arrowRow: string;
container: string;
dataRow: string;
iconRow: string;
ping: string;
stale: string;
totalRow: string;
websocket: string;
}
declare const cssExports: CssExports;
export default cssExports;