UNPKG

@callstack/repack-plugin-reanimated

Version:

A plugin for @callstack/repack that integrates react-native-reanimated

8 lines (7 loc) 273 B
import type { LoaderContext } from '@rspack/core'; interface ReanimatedLoaderOptions { babelPlugins?: string[]; } export declare const raw = false; export default function reanimatedLoader(this: LoaderContext<ReanimatedLoaderOptions>, source: string): void; export {};