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

Interface WithNativeWindOptions

packages/nativewind/src/metro/index.ts:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { setupTypeScript } from "./typescript";
13
14interface WithNativeWindOptions extends WithCssInteropOptions {
15 input: string;
16 projectRoot?: string;
17 outputDir?: string;
18 configPath?: string;
19 cliCommand?: string;
20 browserslist?: string | null;
21 browserslistEnv?: string | null;
22 typescriptEnvPath?: string;
23 disableTypeScriptGeneration?: boolean;
24}
25
26const debug = debugFn("nativewind");
27

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…