UNPKG

react-styleguidist

Version:
3 lines (2 loc) 167 B
import { TransformOptions } from 'buble'; export default function compileCode(code: string, compilerConfig: TransformOptions, onError?: (err: Error) => void): string;