MCPcopy
hub / github.com/postcss/postcss / DocumentProps

Interface DocumentProps

lib/document.d.ts:7–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6declare namespace Document {
7 export interface DocumentProps extends ContainerProps {
8 nodes?: readonly Root[]
9
10 /**
11 * Information to generate byte-to-byte equal node string as it was
12 * in the origin input.
13 *
14 * Every parser saves its own properties.
15 */
16 raws?: Record<string, any>
17 }
18
19 export { Document_ as default }
20}

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…