UNPKG

@lumina-study/blocks-graph

Version:

Framework-agnostic Web Component for visualizing Lumina Study block schemas

5 lines 223 B
export declare function wrapTextToLines(text: string, maxWidth: number, fontSize: number, fontFamily: string, maxLines: number): { lines: string[]; isTruncated: boolean; }; //# sourceMappingURL=text-wrapper.d.ts.map