trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
9 lines • 345 B
TypeScript
/**
* Shared resolver for kernel runtime theme CSS.
* Used by lanes-dashboard.ts and server.ts (legacy UI).
*/
/**
* Locate runtime-theme.css relative to repo root, then module/cwd candidates.
*/
export declare function resolveRuntimeThemeCss(rootPath?: string | null): string | null;
//# sourceMappingURL=resolve-runtime-theme-css.d.ts.map