( uid: string, parentProps: any, props: T )
| 431 | } |
| 432 | |
| 433 | export function getTermGroupProps<T extends Assignable<TermGroupOwnProps, T>>( |
| 434 | uid: string, |
| 435 | parentProps: any, |
| 436 | props: T |
| 437 | ): T { |
| 438 | return getProps('getTermGroupProps', props, uid, parentProps); |
| 439 | } |
| 440 | |
| 441 | export function getTermProps<T extends Assignable<TermProps, T>>(uid: string, parentProps: any, props: T): T { |
| 442 | return getProps('getTermProps', props, uid, parentProps); |