/** * Minify event handler attributes. * * @returns * Transform. */ export default function rehypeMinifyEventHandler(): (tree: Root) => undefined; export type PropertyValue = Properties[keyof Properties]; import type { Root } from 'hast'; import type { Properties } from 'hast'; //# sourceMappingURL=index.d.ts.map