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
    • Parameters

      • element: any
      • options: any

      Returns Editor

Generated using TypeDoc