import { EffectiveStyle } from "./effectiveStyleManager"; type StyleWithEffective = { effectiveStyles?: EffectiveStyle[]; }; /** * React hook that generates runtime CSS for effective style targeting. * * Each item in `effectiveStyles` maps a source selector (class or ID) * to target selectors, with its own `important` flag. * Injected `