UNPKG

@magicbell/magicbell-react

Version:

React components for building a notification inbox for your app

4 lines (3 loc) 74 B
export type DeepPartial<T> = { [P in keyof T]?: DeepPartial<T[P]>; };