UNPKG

@mysten/dapp-kit

Version:

A collection of React hooks and components for interacting with the Sui blockchain and wallets.

2 lines (1 loc) 71 B
export type PartialBy<T, K extends keyof T> = Omit<T, K> & Partial<T>;