UNPKG

@callstack/repack-plugin-reanimated

Version:

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

5 lines (4 loc) 179 B
import type { Compiler, RspackPluginInstance } from '@rspack/core'; export declare class ReanimatedPlugin implements RspackPluginInstance { apply(compiler: Compiler): void; }