UNPKG

plotboilerplate

Version:

A simple javascript plotting boilerplate for 2d stuff.

6 lines (5 loc) 251 B
/** * Internal helper function used to get 'float' properties from elements. * Used to determine border withs and paddings that were defined using CSS. */ export declare const getFProp: (elem: HTMLElement | SVGElement, propName: string) => number;