For the complete documentation index, see llms.txt. This page is also available as Markdown.

aControlWantsHover

aControlWantsHover utility function

Utility function for transitions.

Signature

aControlWantsHover()

Usage

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

Last updated

Was this helpful?