interface MenuSiderComponentType {
    new MenuSiderComponentTypenew (props: MenuSiderProps, context?: any): Component<MenuSiderProps, any, any>;
    childContextTypes?: ValidationMap<any>;
    contextType?: Context<any>;
    contextTypes?: ValidationMap<any>;
    defaultProps?: Partial<MenuSiderProps>;
    displayName?: string;
    FilterPanel: MenuSiderFilterPanelComponentType;
    getDerivedStateFromError?: GetDerivedStateFromError<MenuSiderProps, any>;
    getDerivedStateFromProps?: GetDerivedStateFromProps<MenuSiderProps, any>;
    propTypes?: WeakValidationMap<MenuSiderProps>;
    SearchTextPanel: MenuSiderSearchTextPanelComponentType;
}

Hierarchy (view full)

Constructors

Properties

childContextTypes?: ValidationMap<any>
contextType?: Context<any>
contextTypes?: ValidationMap<any>
defaultProps?: Partial<MenuSiderProps>
displayName?: string
getDerivedStateFromError?: GetDerivedStateFromError<MenuSiderProps, any>
getDerivedStateFromProps?: GetDerivedStateFromProps<MenuSiderProps, any>