@limetech/lime-elements
Version:
9 lines • 304 B
TypeScript
import { Plugin } from 'unified';
/**
* Creates a unified.js plugin that transforms link elements
* to add target, rel, and referrerpolicy attributes.
*
* @returns A unified.js plugin function
*/
export declare function createLinksPlugin(): Plugin;
//# sourceMappingURL=link-markdown-plugin.d.ts.map