UNPKG

@novacbn/svelte-codejar

Version:

Svelte Binding for the embeddable code editor CodeJar

12 lines (11 loc) 297 B
export declare type IOptions = { tab: string; indentOn: RegExp; spellcheck: boolean; catchTab: boolean; preserveIdent: boolean; addClosing: boolean; history: boolean; window: typeof window; }; export declare type IHighlightElement = (element: HTMLElement) => void;