MCPcopy Create free account
hub / github.com/donghaxkim/react-rewrite / ClassNameUpdate

Interface ClassNameUpdate

packages/cli/src/transform.ts:214–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212// ── updateClassName ─────────────────────────────────────────────────────
213
214export interface ClassNameUpdate {
215 tailwindPrefix: string;
216 tailwindToken: string | null;
217 value: string;
218 relatedPrefixes?: string[];
219 classPattern?: string;
220 standalone?: boolean;
221}
222
223const SHORTHAND_SPLITS: Record<
224 string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected