@storybook/design-system
Version:
Storybook design system
14 lines • 568 B
TypeScript
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