@project44-manifest/react
Version:
Manifest Design System react components
9 lines • 418 B
TypeScript
import type { Props, TupleTypes, UnionToIntersection } from './types';
/**
* Merge multiple sets of props together
*
* Adapted from react-aria to support style objects
* https://github.com/adobe/react-spectrum/blob/main/packages/%40react-aria/utils/src/mergeProps.ts
*/
export declare function mergeProps<T extends Props[]>(...args: T): UnionToIntersection<TupleTypes<T>>;
//# sourceMappingURL=mergeProps.d.ts.map