File size: 209 Bytes
c1f12bf
083ce88
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import { EditorsState, EditorView } from '@aitube/clapper-services'

export function getDefaultEditorsState(): EditorsState {
  const state: EditorsState = {
    view: EditorView.SCRIPT,
  }

  return state
}