Gleam - v1.0.2
    Preparing search index...

    Type Alias CssProxy

    CssProxy: (key: CssStyleKey, value: string) => void

    Setter handed to ShakeType.update that writes a CSS value. Snapshots the prior value on first write per key so it can be restored on dispose.

    Type Declaration