UNPKG

html2canvas-pro

Version:

Screenshots with JavaScript. Next generation!

8 lines (7 loc) 303 B
import { IPropertyValueDescriptor } from '../IPropertyDescriptor'; /** * -webkit-line-clamp property descriptor * Used with display: -webkit-box and -webkit-box-orient: vertical * to limit text to a specific number of lines */ export declare const webkitLineClamp: IPropertyValueDescriptor<number>;