MCPcopy
hub / github.com/untitleduico/react / sortCx

Function sortCx

utils/cx.ts:22–24  ·  view source on GitHub ↗
(classes: T)

Source from the content-addressed store, hash-verified

20 * by the Tailwind IntelliSense by default.
21 */
22export function sortCx<T extends Record<string, string | number | Record<string, string | number | Record<string, string | number>>>>(classes: T): T {
23 return classes;
24}

Callers 13

social-button.tsxFile · 0.90
button.tsxFile · 0.90
badge-groups.tsxFile · 0.90
slider.tsxFile · 0.90
InputBaseFunction · 0.90
InputDateBaseFunction · 0.90
InputTagsFunction · 0.90
InputGroupFunction · 0.90
button-group.tsxFile · 0.90
nav-item.tsxFile · 0.90
credit-card.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected