[WIKI-786] refactor: bubble menu #8138

This commit is contained in:
Aaryan Khandelwal 2025-11-21 12:49:30 +05:30 committed by GitHub
parent 8307badae5
commit 9611cd1e73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 45 additions and 12 deletions

View file

@ -19,6 +19,7 @@ export type TEditorFlaggingHookReturnType = {
export type TEditorFlaggingHookProps = {
workspaceSlug: string;
projectId?: string;
storeType?: EPageStoreType;
};