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

globalInputFontAndTextStyles

Generates border classes based on props. /

Generates border classes based on props. /

Signature

globalInputFontAndTextStyles(rw)

Parameters

Parameter
Description

rw

-

Usage

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

Last updated

Was this helpful?