We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb208ab commit 23cd156Copy full SHA for 23cd156
packages/gitbook/src/components/DocumentView/Table/RecordRow.tsx
@@ -4,6 +4,11 @@ import React from 'react';
4
import { RecordColumnValue } from './RecordColumnValue';
5
import { TableRecordKV, TableViewProps } from './Table';
6
import styles from './table.module.css';
7
+
8
+import { tcls } from '@/lib/tailwind';
9
10
+import { RecordColumnValue } from './RecordColumnValue';
11
+import { TableRecordKV, TableViewProps } from './Table';
12
import { getColumnWidth } from './ViewGrid';
13
14
export function RecordRow(
0 commit comments