UNPKG

515 BTypeScriptView Raw
1import * as React from 'react';
2export interface TabContentBodyProps extends React.HTMLProps<HTMLDivElement> {
3 /** Content rendered inside the tab content body. */
4 children: React.ReactNode;
5 /** Additional classes added to the tab content body. */
6 className?: string;
7 /** Indicates if there should be padding around the tab content body */
8 hasPadding?: boolean;
9}
10export declare const TabContentBody: React.FunctionComponent<TabContentBodyProps>;
11//# sourceMappingURL=TabContentBody.d.ts.map
\No newline at end of file