UNPKG

@clive-cudi/geist-ui

Version:

Modern and minimalist React UI library.

4 lines (3 loc) 124 B
export declare type DeepPartial<T> = { [P in keyof T]?: T[P] extends Record<string, any> ? DeepPartial<T[P]> : T[P]; };