UNPKG

@diplodoc/translation

Version:
7 lines (6 loc) 241 B
import type { CustomRendererHookParameters } from 'src/renderer'; type InlineHookParameters = CustomRendererHookParameters & { inline?: Token; }; export declare function beforeInline(parameters: InlineHookParameters): string; export {};