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

globalSpacing

globalSpacing utility function

Utility function for spacing.

Signature

globalSpacing(app)

Parameters

Parameter
Description

app

-

Usage

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

Last updated

Was this helpful?