globalTransforms

globalTransforms utility function

Utility function for transforms.

Signature

globalTransforms(app, args = {})

Parameters

Parameter
Description

app

-

args

-

Usage

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

Last updated

Was this helpful?