MCPcopy
hub / github.com/postcss/postcss / ValueOptions

Interface ValueOptions

lib/container.d.ts:13–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 } & (AtRule | Root | Rule)
12
13 export interface ValueOptions {
14 /**
15 * String that’s used to narrow down values and speed up the regexp search.
16 */
17 fast?: string
18
19 /**
20 * An array of property names.
21 */
22 props?: readonly string[]
23 }
24
25 export interface ContainerProps extends NodeProps {
26 nodes?: readonly (ChildProps | Node)[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…