export=: {
defaultOptions: {
fontSize: string;
keybindings: string;
mode: string;
showGutter: string;
showInvisibles: string;
showPrintMargin: string;
theme: string;
useSoftTabs: string;
wrap: string;
};
transformTextarea(element, options): Editor;
}
Type declaration
defaultOptions: {
fontSize: string;
keybindings: string;
mode: string;
showGutter: string;
showInvisibles: string;
showPrintMargin: string;
theme: string;
useSoftTabs: string;
wrap: string;
}
fontSize: string
keybindings: string
mode: string
showGutter: string
showInvisibles: string
showPrintMargin: string
theme: string
useSoftTabs: string
wrap: string
transformTextarea:function
- transformTextarea(element, options): Editor
Returns Editor