MCPcopy Create free account
hub / github.com/chakra-ui/panda /

Class

packages/core/src/style-decoder.ts:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25import { Recipes } from './recipes'
26
27export class StyleDecoder {
28 constructor(private context: Pick<Context, 'conditions' | 'utility' | 'recipes' | 'hash'>) {}
29
30 classNames = new Map<string, AtomicStyleResult | RecipeBaseResult>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected