index.ts 411 B

1234567891011121314151617
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. export * from './create-variable-plugin';
  6. export * from '@flowgram.ai/variable-core';
  7. export {
  8. FlowNodeVariableData,
  9. GlobalScope,
  10. ScopeChainTransformService,
  11. getNodeScope,
  12. getNodePrivateScope,
  13. FlowNodeScopeType,
  14. type FlowNodeScopeMeta,
  15. type FlowNodeScope,
  16. } from '@flowgram.ai/variable-layout';