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