@ta-interaktiv/react-masthead
Version:
Display the masthead in standalone projects.
13 lines • 521 B
TypeScript
import React, { ComponentProps, FunctionComponent } from 'react';
import { PureShareButtons } from '@ta-interaktiv/react-share-buttons';
import '@ta-interaktiv/semantic-ui/semantic/dist/components/container.css';
interface Props extends ComponentProps<typeof PureShareButtons> {
fullMediaName?: string;
homepage?: string;
inverted?: boolean;
mediaName?: string;
children: React.ReactNode;
}
export declare const Masthead: FunctionComponent<Props>;
export {};
//# sourceMappingURL=pureMasthead.d.ts.map