UNPKG
@zkochan/table
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
Formats data into a string table.
github.com/gajus/table
gajus/table
@zkochan/table
/
dist
/
src
/
makeRangeConfig.d.ts
4 lines
(3 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
import
type
{
SpanningCellConfig
}
from
'./types/api'
;
import
type
{
ColumnConfig
,
RangeConfig
}
from
'./types/internal'
;
export
declare
const
makeRangeConfig
:
(
spanningCellConfig
:
SpanningCellConfig
,
columnsConfig
:
ColumnConfig
[]
) =>
RangeConfig
;