UNPKG

@rjfwhite/random-lib

Version:

Core engine for MML

7 lines 256 B
import { Behavior, AttachmentRule } from './types'; export declare class ColorCycleBehavior extends Behavior { static getAttachmentRules(): AttachmentRule[]; onAttach(): void; onDetach(): void; } //# sourceMappingURL=ColorCycleBehavior.d.ts.map