import type { LayoutNode } from 'officerdev'; export const defaultLayout: LayoutNode = { type: 'group', id: 'browser-root', direction: 'horizontal', children: [ { node: { type: 'panel', id: 'browser-tabs', appType: null }, size: 25 }, { node: { type: 'panel', id: 'browser-preview', appType: null }, size: 75 }, ], };