deep-chat
Version:
Customizable chat component for AI APIs
14 lines • 451 B
TypeScript
import { RemarkableOptions } from '../../../../types/remarkable';
import { Remarkable } from 'remarkable';
import hljs from 'highlight.js';
declare global {
interface Window {
hljs: typeof hljs;
}
}
export declare class RemarkableConfig {
private static readonly DEFAULT_PROPERTIES;
private static instantiate;
static createNew(customConfig?: RemarkableOptions): Remarkable;
}
//# sourceMappingURL=remarkableConfig.d.ts.map