satof3 6 месяцев назад
Родитель
Сommit
446d255a59
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/editor/src/client/stores/use-editor-guide-modal.ts

+ 1 - 1
packages/editor/src/client/stores/use-editor-guide-modal.ts

@@ -1,7 +1,7 @@
 import { useSWRStatic } from '@growi/core/dist/swr';
 import { useSWRStatic } from '@growi/core/dist/swr';
 import type { SWRResponse } from 'swr';
 import type { SWRResponse } from 'swr';
 
 
-export type EditorGuideModalStatus = {
+type EditorGuideModalStatus = {
   isOpened: boolean;
   isOpened: boolean;
 };
 };