aControlWantsHover

aControlWantsHover utility function

Utility function for transitions.

Signature

aControlWantsHover()

Usage

const transformHook = (rw) => {
    const classes = aControlWantsHover();
};

Last updated

Was this helpful?