mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-23 10:26:40 +00:00
4 lines
117 B
TypeScript
4 lines
117 B
TypeScript
import { CSSProperties } from 'styled-components';
|
|
|
|
export const QUERY_TABLE_CONFIG: CSSProperties = { width: 145 };
|