UNPKG

@crowdin/app-project-module

Version:

Module that generates for you all common endpoints for serving standalone Crowdin App

8 lines (7 loc) 210 B
import { EditorMode, UiModule } from '../../types'; export interface EditorPanels extends UiModule { /** * The Editor's mode list where the module will be available. */ modes: EditorMode[]; }