Files
mindfulness/client/src/features/textWrap/index.ts
2026-02-10 11:39:33 +08:00

5 lines
138 B
TypeScript

export type { WrapTextConstraints, WrapTextInput, WrapTextMeta, WrapTextOutput } from './types';
export { wrapText } from './wrapText';