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 / Navigation / MobileMenu / renderProps.d.ts
Size: Mime:
/// <reference types="react" />
export declare const MyAccountButtonAdapter: (props: {
    className?: string | undefined;
}) => JSX.Element;
declare const ClassesEventsButton: () => JSX.Element;
declare const CommunityButton: () => JSX.Element;
declare const StoreLocatorButton: () => JSX.Element;
declare const HeaderLinkView: (props: {
    isFrontPage: boolean;
}) => "" | JSX.Element;
declare const BottomLinkView: () => JSX.Element;
declare const FooterLinkView: () => JSX.Element;
export { StoreLocatorButton, CommunityButton, ClassesEventsButton, HeaderLinkView, BottomLinkView, FooterLinkView, };