UNPKG

@cbinsights/fds

Version:
9 lines (8 loc) 265 B
import { StoryObj } from '@storybook/react'; import { FooterProps } from './index'; export declare const Primary: StoryObj<FooterProps>; declare const _default: { component: ({ site }: FooterProps) => JSX.Element; title: string; }; export default _default;