Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/chromium/4580
/
.
/
node_modules
/
table
/
dist
/
drawRow.d.ts
blob: 1a8e3ac6d58e2a5fffca98d6cab71cf50370e840 [
file
] [
edit
]
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
;