···11import type { SignalReader } from "@common/signal.d.ts";
22import type { Track } from "@definitions/types.d.ts";
33+import type { DiffuseElement } from "@common/element.js";
3444-export type OutputElement<Tracks> = HTMLElement & OutputManager<Tracks>;
55+export type OutputElement<Tracks> = DiffuseElement & OutputManager<Tracks>;
5667export type OutputManager<Tracks> = {
78 tracks: {