Sign in
chromium
/
devtools
/
devtools-frontend
/
bd4583641ef3beee480c59c1919986ef46233a28
/
.
/
node_modules
/
table
/
dist
/
drawRow.d.ts
blob: 1a8e3ac6d58e2a5fffca98d6cab71cf50370e840 [
file
]
import
type
{
DrawVerticalLine
}
from
'./types/api'
;
import
type
{
BodyBorderConfig
,
Row
}
from
'./types/internal'
;
export
declare
const
drawRow
:
(
row
:
Row
,
config
:
{
border
:
BodyBorderConfig
;
drawVerticalLine
:
DrawVerticalLine
;
})
=>
string
;