API — Type Alias: HookPhase

Type Alias: HookPhase

type HookPhase = "defs" | "background" | "node" | "row" | "edge" | "post";

Defined in: render-svg/hooks.ts:73