UNPKG

@violetprotocol/nudge-components

Version:

Components for Nudge's websites and applications.

7 lines (6 loc) 260 B
import type { Meta, StoryObj } from "@storybook/react"; import { ScoreAppFooter } from "./ScoreAppFooter"; declare const meta: Meta<typeof ScoreAppFooter>; export default meta; type Story = StoryObj<typeof ScoreAppFooter>; export declare const Primary: Story;