UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

8 lines 343 B
import * as React from 'react'; export interface SidebarContentProps extends React.HTMLProps<HTMLDivElement> { children: React.ReactNode; /** Removes the background color. */ hasNoBackground?: boolean; } export declare const SidebarContent: React.FunctionComponent<SidebarContentProps>; //# sourceMappingURL=SidebarContent.d.ts.map