UNPKG

trellis

Version:

Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications

14 lines 618 B
/** * Gallery entry — timeline (headless media timeline: playhead, rate, * looping, range marks, stepping — the rAF loop lives in adapters, not * the core, so time only advances here through actions). */ import { createTimelineCore } from '../../timeline/index.js'; import type { TimelineMark } from '../../timeline/core/index.js'; import type { RegisteredComponent } from '../../inspector/index.js'; export declare const timelineEntry: RegisteredComponent<{ duration?: number; rate?: number; marks?: TimelineMark[]; }, ReturnType<typeof createTimelineCore>>; //# sourceMappingURL=timeline.d.ts.map