svgo
Version:
12 lines (11 loc) • 376 B
TypeScript
export declare const name = "removeNonInheritableGroupAttrs";
export declare const description = "removes non-inheritable group's presentational attributes";
/**
* Remove non-inheritable group's "presentation" attributes.
*
* @author Kir Belevich
*
* @type {import('../lib/types.js').Plugin}
* @since 0.2.3
*/
export declare const fn: import('../lib/types.js').Plugin;