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    
@skava/packages / features / Lists / SingleList / renderProps.d.ts
Size: Mime:
/// <reference types="react" />
declare function renderFavoritesTitle(): JSX.Element;
declare function renderPagination(): JSX.Element;
declare function renderFavoritesHeader(): JSX.Element;
declare function renderFavoritesProducts(): JSX.Element;
export { renderFavoritesProducts, renderFavoritesHeader, renderFavoritesTitle, renderPagination, };