Sign in
chromium
/
devtools
/
devtools-frontend
/
3c3cd80fc6c3155451e67f5dc80bc8811368d9ce
/
.
/
node_modules
/
table
/
dist
/
drawTable.d.ts
blob: 357d6fef6f78d19d1208f23c76d4407da6c0bd34 [
file
]
import
type
{
TableConfig
,
Row
}
from
'./types/internal'
;
export
declare
const
drawTable
:
(
rows
:
Row
[],
columnWidths
:
number
[],
rowHeights
:
number
[],
config
:
TableConfig
)
=>
string
;