Search
Loading...
Skip to content

Type Alias: EditMode

type EditMode = "Transform" | "Crop" | "Text" | "Playback" | "Trim" | string & object;

Represents the current edit mode of the editor.