MCPcopy
hub / github.com/primer/react / Options

Interface Options

packages/react/src/utils/testing.tsx:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188// returns an element ready to be rendered.
189
190interface Options {
191 skipAs?: boolean
192 skipSx?: boolean
193}
194
195interface BehavesAsComponent {
196 // eslint-disable-next-line @typescript-eslint/no-explicit-any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected