UNPKG

zarm

Version:

基于 React 的移动端UI库

2 lines (1 loc) 123 B
export default function attachPropertiesToComponent<C, P extends Record<string, any>>(component: C, properties: P): C & P;