UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

4 lines 146 B
export type MandateProps<T, K extends keyof T> = Omit<T, K> & { [MK in K]-?: NonNullable<T[MK]>; }; //# sourceMappingURL=MandateProps.d.ts.map