Sign in
chromium
/
devtools
/
devtools-frontend
/
b0fe9c160b76ac24929bb4d7b932a279389c20c2
/
.
/
node_modules
/
table
/
dist
/
src
/
injectHeaderConfig.d.ts
blob: 8acf707184bfe3de1cd8c4c897694bcfa3bbcf73 [
file
] [
log
] [
blame
]
import
type
{
SpanningCellConfig
,
TableUserConfig
}
from
'./types/api'
;
import
type
{
Row
}
from
'./types/internal'
;
export
declare
const
injectHeaderConfig
:
(
rows
:
Row
[],
config
:
TableUserConfig
)
=>
[
Row
[],
SpanningCellConfig
[]];