UNPKG

tw-table

Version:

table designed with tailwind and tanstack-table.

3 lines 103 B
export type DeepPartial<T> = { [K in keyof T]?: T[K] extends object ? DeepPartial<T[K]> : T[K] };