summit-kit
Version:
A React component library for building modern web applications with an earthy and outdoorsy flair.
12 lines (11 loc) • 522 B
TypeScript
import { Meta, StoryObj } from '@storybook/react';
import { H1, H2, H3, H4, H5, H6 } from './Headings.tsx';
declare const meta: Meta<typeof H1>;
export default meta;
export declare const Heading1: StoryObj<typeof H1>;
export declare const Heading2: StoryObj<typeof H2>;
export declare const Heading3: StoryObj<typeof H3>;
export declare const Heading4: StoryObj<typeof H4>;
export declare const Heading5: StoryObj<typeof H5>;
export declare const Heading6: StoryObj<typeof H6>;
export declare const AllHeadings: StoryObj;