@knodes/typedoc-pluginutils
Version:
A set of utilities for TypeDoc plugins
10 lines • 316 B
TypeScript
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