UNPKG

@diplodoc/translation

Version:
9 lines (8 loc) 248 B
import { afterInline } from './after-inline'; import { beforeInline } from './before-inline'; import { image } from './image'; export declare const hooks: { 0: (typeof image)[]; 3: (typeof afterInline)[]; 2: (typeof beforeInline)[]; };