UNPKG

@storybook/design-system

Version:
14 lines 568 B
import React from 'react'; export declare const PageFooter: ({ navLinks, storybookLogoLink, subscribeForm, tutorialsLink, ...props }: Props) => JSX.Element; interface Props { /** Pass a component that generates the links for the Storybook column */ navLinks: React.ReactNode; /** Pass the storybook logo with the appropriate link */ storybookLogoLink: React.ReactNode; /** Newsletter subscribe form */ subscribeForm?: React.ReactNode; /** Link to tutorials */ tutorialsLink: string; } export {}; //# sourceMappingURL=PageFooter.d.ts.map