UNPKG
@nrkn/text-layout
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Wrapping and fitting styled runs of text
github.com/nrkn/text-layout
nrkn/text-layout
@nrkn/text-layout
/
dist
/
adjust.d.ts
3 lines
(2 loc)
•
167 B
TypeScript
View Raw
1
2
3
import
{
AdjustedBlock
,
Block
,
MeasureRunBounds
}
from
'./types.js'
;
export
declare
const
adjustBlock
:
(
measure
:
MeasureRunBounds
) =>
(
block
:
Block
) =>
AdjustedBlock
;