UNPKG

@gluestack-ui/utils

Version:
7 lines (6 loc) 119 B
export const combineContextAndProps = (context: any, props: any) => { return { ...context, ...props, }; };