MCPcopy
hub / github.com/callstack/linaria / ClassnameModifiers

Interface ClassnameModifiers

packages/server/src/collect.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7};
8
9interface ClassnameModifiers {
10 blockedClasses?: string[];
11 ignoredClasses?: string[];
12}
13
14/**
15 * Used to escape `RegExp`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected