UNPKG

fannypack-v5

Version:

An accessible, composable, and friendly React UI Kit

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