@patchworkdev/pdk
Version:
Patchwork Development Kit
8 lines • 319 B
TypeScript
import { Compute, PatchworkPlugin, RequiredBy } from '../types';
type ReactPlugin = Compute<RequiredBy<PatchworkPlugin, 'generate'>>;
type ReactPluginOptions = {
hooksPath: string;
};
declare function docker({ hooksPath }: ReactPluginOptions): ReactPlugin;
export default docker;
//# sourceMappingURL=index.d.ts.map