2023-07-28 21:44:07 +05:30

4 lines
117 B
TypeScript

import { CSSProperties } from 'styled-components';
export const QUERY_TABLE_CONFIG: CSSProperties = { width: 145 };