UNPKG

summit-kit

Version:

A React component library for building modern web applications with an earthy and outdoorsy flair.

7 lines (6 loc) 294 B
import { Meta, StoryObj } from '@storybook/react'; import { PageTurner } from './index.tsx'; declare const meta: Meta<typeof PageTurner>; export default meta; export declare const WithAllDirections: StoryObj<typeof PageTurner>; export declare const HorizontalOnly: StoryObj<typeof PageTurner>;