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 / dist / components / organisms / Sidebar / SidebarGroup / SidebarGroup.d.ts
Size: Mime:
import React from 'react';
import { SidebarGroupState } from './SidebarGroupState';
import { SidebarGroupProps } from './typings';
import { renderSidebarGroupList as defaultRenderSidebarGroupList } from './renderProps';
declare class SidebarGroup extends React.Component<SidebarGroupProps, SidebarGroupState> {
    static defaultProps: {
        renderSidebarGroupList: typeof defaultRenderSidebarGroupList;
    };
    state: SidebarGroupState;
    render(): JSX.Element;
}
export { SidebarGroup };
export default SidebarGroup;