(uid: string, parentProps: any, props: T)
| 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); |
| 443 | } |
| 444 | |
| 445 | export function getTabsProps<T extends Assignable<TabsProps, T>>(parentProps: any, props: T): T { |
| 446 | return getProps('getTabsProps', props, parentProps); |