1 | import * as React from 'react';
|
2 | export interface MastheadBrandProps extends React.DetailedHTMLProps<React.HTMLProps<HTMLAnchorElement>, HTMLAnchorElement> {
|
3 | /** Content rendered inside of the masthead brand. */
|
4 | children?: React.ReactNode;
|
5 | /** Additional classes added to the masthead brand. */
|
6 | className?: string;
|
7 | /** Component type of the masthead brand. */
|
8 | component?: React.ElementType<any> | React.ComponentType<any>;
|
9 | }
|
10 | export declare const MastheadBrand: React.FunctionComponent<MastheadBrandProps>;
|
11 | //# sourceMappingURL=MastheadBrand.d.ts.map |
\ | No newline at end of file |