Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/chromium/4635
/
.
/
node_modules
/
table
/
dist
/
alignTableData.d.ts
blob: 73314d83b0dd1d3b1a7ee8924148d5110735c959 [
file
] [
log
] [
blame
] [
edit
]
import
type
{
BaseConfig
,
Row
}
from
'./types/internal'
;
export
declare
const
alignTableData
:
(
rows
:
Row
[],
config
:
BaseConfig
)
=>
Row
[];