Repository URL to install this package:
|
Version:
2.7.3 ▾
|
@skava/ui
/
dist
/
components
/
abstractions
/
Subscription
/
UpcomingDeliveries
/
SubscriptionList
/
renderProps.d.ts
|
|---|
import { SubscriptionItemInfo, SubscriptionListProps, SubscriptionListState } from './typings';
declare function defaultRenderHeader(props: SubscriptionListProps, state: SubscriptionListState): JSX.Element;
declare function defaultRenderItem(props: SubscriptionItemInfo, state: SubscriptionListState): JSX.Element;
declare function defaultRenderList(props: SubscriptionListProps, state: SubscriptionListState): JSX.Element;
declare function defaultRenderWrapper(props: SubscriptionListProps, state: SubscriptionListState): JSX.Element;
export { defaultRenderHeader, defaultRenderItem, defaultRenderList, defaultRenderWrapper, };