Ver código fonte

chore(client): export tools (#555)

Louis Young 5 meses atrás
pai
commit
ea5bbbe9c2
1 arquivos alterados com 1 adições e 0 exclusões
  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';