瀏覽代碼

Remove export

satof3 6 月之前
父節點
當前提交
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 type { SWRResponse } from 'swr';
 
-export type EditorGuideModalStatus = {
+type EditorGuideModalStatus = {
   isOpened: boolean;
 };