UNPKG

343 BTypeScriptView Raw
1import * as React from 'react';
2export interface SidebarContentProps extends React.HTMLProps<HTMLDivElement> {
3 children: React.ReactNode;
4 /** Removes the background color. */
5 hasNoBackground?: boolean;
6}
7export declare const SidebarContent: React.FunctionComponent<SidebarContentProps>;
8//# sourceMappingURL=SidebarContent.d.ts.map
\No newline at end of file