// Adapted from jalcoui (MIT) — github.com/jal-co/ui export { usePretext, usePretextWithSegments, usePretextLayout, usePretextLines, useShrinkwrap, useBalancedWidth, } from './use-pretext'; export type { PreparedText, PreparedTextWithSegments, LayoutResult, LayoutLinesResult, PrepareOptions, } from './use-pretext';