UNPKG

@unicef-polymer/etools-unicef

Version:
5 lines (4 loc) 137 B
import { Constructor } from '../../utils/types'; export type MixinTarget<T extends object> = Constructor<{ [p in keyof T]: T[p]; }>;