UNPKG

react-pdf-builder

Version:
9 lines (8 loc) 383 B
import type { Meta, StoryObj } from '@storybook/react'; import React from 'react'; import { ParagraphProps } from '../../components/typography/Paragraph'; declare const StoryComponent: (props: ParagraphProps) => React.JSX.Element; declare const meta: Meta<typeof StoryComponent>; export default meta; type Story = StoryObj<typeof meta>; export declare const HeaderAsHeading6: Story;