Преглед на файлове

chore(client): export tools (#555)

Louis Young преди 6 месеца
родител
ревизия
ea5bbbe9c2
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      packages/client/free-layout-editor/src/index.ts

+ 1 - 0
packages/client/free-layout-editor/src/index.ts

@@ -15,5 +15,6 @@ export * from '@flowgram.ai/free-layout-core';
 export * from './components';
 export * from './preset';
 export * from './hooks';
+export * from './tools';
 export * from '@flowgram.ai/free-history-plugin';
 export { useClientContext } from './hooks/use-client-context';