UNPKG

468 BTypeScriptView Raw
1import * as React from 'react';
2export interface MastheadContentProps extends React.DetailedHTMLProps<React.HTMLProps<HTMLDivElement>, HTMLDivElement> {
3 /** Content rendered inside of the masthead content block. */
4 children?: React.ReactNode;
5 /** Additional classes added to the masthead content. */
6 className?: string;
7}
8export declare const MastheadContent: React.FunctionComponent<MastheadContentProps>;
9//# sourceMappingURL=MastheadContent.d.ts.map
\No newline at end of file