aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/canvas/enabledComp.tsx
blob: e8ed403d40fb41e2fbae2e1589f27b7174000fb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import { TLUiComponents } from "tldraw";

export const components: Partial<TLUiComponents> = {
	ActionsMenu: null,
	MainMenu: null,
	QuickActions: null,
	TopPanel: null,
	DebugPanel: null,
	DebugMenu: null,
	PageMenu: null,
	// Minimap: null,
	// ContextMenu: null,
	// HelpMenu: null,
	// ZoomMenu: null,
	// StylePanel: null,
	// NavigationPanel: null,
	// Toolbar: null,
	// KeyboardShortcutsDialog: null,
	// HelperButtons: null,
	// SharePanel: null,
	// MenuPanel: null,
};