UNPKG

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