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/ui-presets / dist / presets / ProductList / GridView / renderProps.d.ts
Size: Mime:
import { GridViewProps, PromotionStateProps } from './typings';
declare function defaultRenderButton(props: GridViewProps): JSX.Element;
declare function defaultRenderProductOptionList(props: GridViewProps): JSX.Element;
declare function defaultExpandedView(props: GridViewProps): JSX.Element;
declare function defaultRenderBox(props: GridViewProps, state: PromotionStateProps): JSX.Element;
declare function defaultRenderWrapper(props: GridViewProps): JSX.Element;
export { defaultRenderButton, defaultRenderProductOptionList, defaultExpandedView, defaultRenderWrapper, defaultRenderBox, };