MCPcopy Index your code
hub / github.com/vercel/hyper / getTabProps

Function getTabProps

lib/utils/plugins.ts:449–451  ·  view source on GitHub ↗
(tab: any, parentProps: any, props: T)

Source from the content-addressed store, hash-verified

447}
448
449export 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

Callers 1

renderMethod · 0.90

Calls 1

getPropsFunction · 0.85

Tested by

no test coverage detected