UNPKG

@violetprotocol/nudge-components

Version:

Components for Nudge's websites and applications.

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