UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

14 lines 505 B
import { member } from "../../../core"; export interface LocalLeakyImpulseBucketInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Pulse?: member<any>; Overflow?: member<any>; Interval?: member<any>; MaximumCapacity?: member<any>; } export declare function LocalLeakyImpulseBucket(props: LocalLeakyImpulseBucketInput): any; //# sourceMappingURL=LocalLeakyImpulseBucket.d.ts.map