Explorar el Código

Remove export

satof3 hace 6 meses
padre
commit
446d255a59
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 };