MCPcopy Index your code
hub / github.com/nativewind/nativewind / RenderOptions

Interface RenderOptions

packages/nativewind/src/test.tsx:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42export interface RenderOptions extends InteropRenderOptions {
43 config?: ConfigWithoutContent;
44 css?: string;
45 layers?: {
46 base?: boolean;
47 components?: boolean;
48 utilities?: boolean;
49 };
50}
51
52export type RenderCurrentTestOptions = RenderOptions & {
53 className?: string;

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…