Sign in
chromium
/
devtools
/
devtools-frontend
/
cd36e4781fe47164336d10bf800982a963bba8bd
/
.
/
node_modules
/
table
/
dist
/
src
/
calculateOutputColumnWidths.d.ts
blob: f16bb54ef4aa9ff1c23ef62b0290d1e187134cd2 [
file
]
import
type
{
TableConfig
}
from
'./types/internal'
;
export
declare
const
calculateOutputColumnWidths
:
(
config
:
TableConfig
)
=>
number
[];