UNPKG

react-native-skia-responsive-text

Version:

A library providing a wrapper for the React Native Skia Text component, offering features like user-friendly text alignment, efficient multiline text management, and straightforward text truncation.

4 lines 223 B
import { TextLineData } from '../types'; export declare const getTextChunks: (text: string) => Array<string>; export declare const mergeLines: (lines: Array<TextLineData>) => TextLineData; //# sourceMappingURL=text.d.ts.map