UNPKG

@violetprotocol/nudge-components

Version:

Components for Nudge's websites and applications.

10 lines (9 loc) 360 B
import type { Meta, StoryObj } from "@storybook/react"; import { Typography } from "./Typography"; declare const meta: Meta<typeof Typography>; export default meta; type Story = StoryObj<typeof Typography>; export declare const Heading: Story; export declare const Display: Story; export declare const Paragraph: Story; export declare const Responsive: Story;