UNPKG

@knodes/typedoc-pluginutils

Version:
10 lines 316 B
import { JSX } from 'typedoc'; export declare const getCoordinates: (content: string, position: number) => { line: number; column: number; }; export declare const jsxToString: { (val: JSX.Element | string): string; <T>(val: JSX.Element | string | T): string | T; }; //# sourceMappingURL=text.d.ts.map