UNPKG

monday-ui-react-core

Version:

Official monday.com UI resources for application development in React.js

3 lines (2 loc) 138 B
// Can be used to replace statement: typeof X[keyof typeof X] - extract the corresponding value type export type ValueOf<T> = T[keyof T];