Sign in
chromium
/
devtools
/
devtools-frontend
/
795b8d034574da8737f2ee9ff4f94de6d000a9a4
/
.
/
node_modules
/
table
/
dist
/
src
/
makeRangeConfig.d.ts
blob: b2d2c336aad9c341951c190daa44ea38b7fb9416 [
file
] [
log
] [
blame
]
import
type
{
SpanningCellConfig
}
from
'./types/api'
;
import
type
{
ColumnConfig
,
RangeConfig
}
from
'./types/internal'
;
export
declare
const
makeRangeConfig
:
(
spanningCellConfig
:
SpanningCellConfig
,
columnsConfig
:
ColumnConfig
[])
=>
RangeConfig
;