UNPKG

@ta-interaktiv/react-masthead

Version:
13 lines 521 B
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