Skip to content

Instantly share code, notes, and snippets.

@pierogitus
pierogitus / m.ts
Created July 19, 2016 19:05
monaco editor with hacks
/*
Copyright (c) 2016 Alex Thompson
Licensed under the MIT License. Qme5EVPFLjWxs9joD9oJXxmXdKVGPMFMR45Yi16t5EoJfF
*/
declare var require
var d = React.DOM
declare var ace
export interface props {
codePane: HTMLElement
ref