UNPKG

@foblex/flow

Version:

An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.

6 lines (5 loc) 400 B
import { AddZoomToStoreExecution } from './add-zoom-to-store'; import { RemoveZoomFromStoreExecution } from './remove-zoom-from-store'; import { SetZoomExecution } from './set-zoom'; import { ResetZoomExecution } from './reset-zoom'; export declare const F_ZOOM_FEATURES: (typeof AddZoomToStoreExecution | typeof RemoveZoomFromStoreExecution | typeof ResetZoomExecution | typeof SetZoomExecution)[];