aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/actions.ts
diff options
context:
space:
mode:
authorLibravatar muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com>2022-11-16 23:30:39 +0530
committerLibravatar GitHub <noreply@github.com>2022-11-16 18:00:39 +0000
commiteb7b2481f631cec5953265eef4ebc3f2fa7e496a (patch)
tree419d4413f90ece77c0a2204b40948f1a158793d5 /src/features/workspaces/actions.ts
parent6.2.1-nightly.44 [skip ci] (diff)
downloadferdium-app-eb7b2481f631cec5953265eef4ebc3f2fa7e496a.tar.gz
ferdium-app-eb7b2481f631cec5953265eef4ebc3f2fa7e496a.tar.zst
ferdium-app-eb7b2481f631cec5953265eef4ebc3f2fa7e496a.zip
Transform JSX components to TSX (#755)
* color picker types * Import * SetupAssistant * Services & appear * ServiceWebView * SettingsLayout * ImportantScreen * WorkspaceDrawer * SetupAssistant * chore: update vscode settings * chore: removed stale Import screen component & its tree
Diffstat (limited to 'src/features/workspaces/actions.ts')
-rw-r--r--src/features/workspaces/actions.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/workspaces/actions.ts b/src/features/workspaces/actions.ts
index 4c8b74450..b32bd7c86 100644
--- a/src/features/workspaces/actions.ts
+++ b/src/features/workspaces/actions.ts
@@ -7,6 +7,7 @@ export interface WorkspaceActions {
7 toggleWorkspaceDrawer: () => void; 7 toggleWorkspaceDrawer: () => void;
8 deactivate: () => void; 8 deactivate: () => void;
9 activate: (options: any) => void; 9 activate: (options: any) => void;
10 edit: ({ workspace }: { workspace: Workspace }) => void;
10} 11}
11 12
12export default createActionsFromDefinitions<WorkspaceActions>( 13export default createActionsFromDefinitions<WorkspaceActions>(