UNPKG

269 BTypeScriptView Raw
1import type { PathArray, PathBBoxTotalLength, PathLengthFactoryOptions } from '../types';
2/**
3 * Returns the bounding box of a shape.
4 */
5export declare function getPathBBoxTotalLength(path: PathArray, options?: Partial<PathLengthFactoryOptions>): PathBBoxTotalLength;