UNPKG

@patternfly/react-core

Version:

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

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