UNPKG

goodday-sdk

Version:

A lib for streaming G$ token to any account

10 lines (9 loc) 267 B
/// <reference types="react" /> import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: () => import("react").JSX.Element; }; export default meta; type Story = StoryObj<typeof meta>; export declare const Main: Story;