UNPKG

133 BTypeScriptView Raw
1export declare const onChange: <P extends {}>(getFn: (props: P) => Promise<void> | void, watchKeys: (keyof P)[]) => (props: P) => P;