UNPKG

rehype-minify-style-attribute

Version:
9 lines 219 B
/** * Minify `style` attributes. * * @returns * Transform. */ export default function rehypeMinifyStyleAttribute(): (tree: Root) => undefined; import type { Root } from 'hast'; //# sourceMappingURL=index.d.ts.map