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 / MenuList / renderProps.d.ts
Size: Mime:
import { MenuListProps } from './typings';
declare function renderImage(props: MenuListProps): JSX.Element;
declare function renderListOfButtons(props: MenuListProps): JSX.Element;
declare function renderListOfLinksGrid(props: MenuListProps): JSX.Element;
declare function renderWrapper(props: MenuListProps): JSX.Element;
export { renderImage, renderListOfLinksGrid, renderListOfButtons, renderWrapper, };