소스 검색

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;
 };