UNPKG

@angular-package/property

Version:
2 lines (1 loc) 137 B
export declare type SetterCallback<Obj, Key extends keyof Obj> = (value: Obj[Key], oldValue: Obj[Key], key: Key, instance: Obj) => void;