UNPKG

@wangeditor-next/code-highlight

Version:
8 lines (7 loc) 243 B
/** * @description formats helper * @author wangfupeng */ import { ElementType } from 'packages/custom-types'; export declare function genElemId(type: ElementType, id: string): string; export declare function genTextId(id: string): string;