Defined in: types.ts:698
Component type for AppHeader/AppFooter — wraps a header and provides header context with optional Subscribe.
TFeatures extends TableFeatures
TData extends RowData
THeaderComponents extends Record<string, TableComponentType>
AppHeaderComponent<TValue>(props): unknown;Defined in: types.ts:703
Component type for AppHeader/AppFooter — wraps a header and provides header context with optional Subscribe.
TValue extends unknown = unknown
AppHeaderPropsWithoutSelector<TFeatures, TData, TValue, THeaderComponents>
unknown
AppHeaderComponent<TValue, TSelected>(props): unknown;Defined in: types.ts:711
Component type for AppHeader/AppFooter — wraps a header and provides header context with optional Subscribe.
TValue extends unknown = unknown
TSelected = unknown
AppHeaderPropsWithSelector<TFeatures, TData, TValue, THeaderComponents, TSelected>
unknown