UNPKG

@patchworkdev/pdk

Version:

Patchwork Development Kit

7 lines 212 B
import { PDKPlugin } from '../../types'; type ReactPluginProps = { reownProjectId?: string; }; export declare function react(props: ReactPluginProps): PDKPlugin; export {}; //# sourceMappingURL=index.d.ts.map