UNPKG

@empathyco/x-components

Version:
16 lines (10 loc) 420 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [Returns](./x-components.returns.md) ## Returns type Extracts the return type of each property of the T object. **Signature:** ```typescript export type Returns<T extends Dictionary<AnyFunction>> = { [K in keyof T]: ReturnType<T[K]>; }; ```