UNPKG

@svta/common-media-library

Version:
9 lines 170 B
/** * Utility type to get the value of a given object type. * * @group Utils * * @beta */ export type ValueOf<T> = T[keyof T]; //# sourceMappingURL=ValueOf.d.ts.map