UNPKG

@bizhermit/react-sdk

Version:
4 lines (3 loc) 84 B
export declare type _HookSetter<P> = { _set: (dispatcher: P) => void; } & P;