summit-kit
Version:
A React component library for building modern web applications with an earthy and outdoorsy flair.
10 lines (9 loc) • 436 B
TypeScript
import { Meta, StoryObj } from '@storybook/react';
import { Ol, P, Quote, Span, Ul } from './Body.tsx';
declare const meta: Meta<typeof P>;
export default meta;
export declare const Paragraph: StoryObj<typeof P>;
export declare const BlockQuote: StoryObj<typeof Quote>;
export declare const SpanText: StoryObj<typeof Span>;
export declare const UnorderedList: StoryObj<typeof Ul>;
export declare const OrderedList: StoryObj<typeof Ol>;