svgo
Version:
13 lines (12 loc) • 325 B
TypeScript
/**
* Apply transformation(s) to the Path data.
*
* @type {import('../lib/types.js').Plugin<{
* transformPrecision: number,
* applyTransformsStroked: boolean,
* }>}
*/
export declare const applyTransforms: import('../lib/types.js').Plugin<{
transformPrecision: number;
applyTransformsStroked: boolean;
}>;