> {/* attributes */}
{/* utility sorting */} >; // functions clsx("foo bar p-4 px-2"); // TODO: tagged template literals are not supported yet tw`foo bar p-4 px-2`; tw.div`foo bar p-4 px-2`; notClassFunction("px-2 foo p-4 bar"); notTemplateFunction`px-2 foo p-4 bar`; notTemplateFunction.div`px-2 foo p-4 bar`; // nested values ; ; ; clsx(["foo bar p-4 px-2"]); clsx({ "foo bar p-4 px-2": [ "foo bar p-4 px-2", { "foo bar p-4 px-2": "foo bar p-4 px-2", custom: ["foo bar p-4 px-2"] }, ], });