(tab: any, parentProps: any, props: T)
| 447 | } |
| 448 | |
| 449 | export function getTabProps<T extends Assignable<TabProps, T>>(tab: any, parentProps: any, props: T): T { |
| 450 | return getProps('getTabProps', props, tab, parentProps); |
| 451 | } |
| 452 | |
| 453 | // connects + decorates a class |
| 454 | // plugins can override mapToState, dispatchToProps |