Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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, };