5 lines
255 B
TypeScript
5 lines
255 B
TypeScript
|
|
import { Formatter } from './Formatter';
|
||
|
|
import { BabelCodeFrameOptions } from './types/babel__code-frame';
|
||
|
|
declare function createCodeFrameFormatter(options?: BabelCodeFrameOptions): Formatter;
|
||
|
|
export { createCodeFrameFormatter, BabelCodeFrameOptions };
|