UNPKG

monphind-ui

Version:

A reactive component library built on top of the Web Components API

4 lines (3 loc) 83 B
export type Expand<T> = T extends infer U ? { [K in keyof U]: U[K]; } : never;