UNPKG

react-collapsible-paragraph

Version:
7 lines (6 loc) 301 B
import { Locale } from "."; export declare function getNumberFromPixel(pixel: string): number; export declare function compute(originText: string, maxWidth: number, maxHeight: number, locales: Locale, controlled: boolean, css: CSSStyleDeclaration): { computed: boolean; text: string; };