@callstack/repack-plugin-nativewind
Version:
A plugin for @callstack/repack that integrates NativeWind
8 lines (7 loc) • 388 B
TypeScript
import type { LoaderContext } from '@rspack/core';
import { type CssToReactNativeRuntimeOptions } from 'react-native-css-interop/css-to-rn';
interface NativeWindLoaderOptions extends Omit<CssToReactNativeRuntimeOptions, 'cache'> {
}
export declare const raw = false;
export default function nativeWindLoader(this: LoaderContext<NativeWindLoaderOptions>, source: string): void;
export {};