UNPKG

137 BTypeScriptView Raw
1export declare const onUpdate: <P extends {}>(onUpdateFn: (props: P) => (() => void) | void, watchKeys: (keyof P)[]) => (props: P) => P;