Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
table
/
dist
/
src
/
calculateSpanningCellWidth.d.ts
blob: 8a2820ddbb3984ae5e7468f93aaa97b200f0de01 [
file
] [
log
] [
blame
]
import
type
{
SpanningCellParameters
}
from
'./spanningCellManager'
;
import
type
{
RangeConfig
}
from
'./types/internal'
;
export
declare
const
calculateSpanningCellWidth
:
(
rangeConfig
:
RangeConfig
,
dependencies
:
SpanningCellParameters
)
=>
number
;