Sign in
chromium
/
devtools
/
devtools-frontend
/
b0fe9c160b76ac24929bb4d7b932a279389c20c2
/
.
/
node_modules
/
table
/
dist
/
src
/
validateSpanningCellConfig.d.ts
blob: d04bd34295ae304ab8ec3d698979fd169c39c35f [
file
] [
log
] [
blame
]
import
type
{
SpanningCellConfig
}
from
'./types/api'
;
import
type
{
Row
}
from
'./types/internal'
;
export
declare
const
validateSpanningCellConfig
:
(
rows
:
Row
[],
configs
:
SpanningCellConfig
[])
=>
void
;