UNPKG

@patchworkdev/pdk

Version:

Patchwork Development Kit

7 lines 206 B
import { PDKPlugin } from '../../types'; type PonderPluginProps = { trpc: boolean; }; export declare function ponder(props?: PonderPluginProps): PDKPlugin; export {}; //# sourceMappingURL=index.d.ts.map