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

globalButtonFontAndTextStyles

Generates border classes based on props. /

Generates border classes based on props. /

Signature

globalButtonFontAndTextStyles(rw, args = {})

Parameters

Parameter
Description

rw

-

args

-

Usage

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

Last updated

Was this helpful?