• Parameters

    • __namedParameters: {
          exporter: ((exportLocation: any) => void);
          lexicalEditorConfig: any;
          transformer: ((editorContentLines: string[]) => any);
      }
      • exporter: ((exportLocation: any) => void)
          • (exportLocation: any): void
          • Parameters

            • exportLocation: any

            Returns void

      • lexicalEditorConfig: any
      • transformer: ((editorContentLines: string[]) => any)
          • (editorContentLines: string[]): any
          • Parameters

            • editorContentLines: string[]

            Returns any

    Returns JSX.Element

Generated using TypeDoc