UNPKG

@prezly/theme-kit-ui

Version:
16 lines (15 loc) 422 B
import type { StoryObj } from '@storybook/react'; import { StoryCard } from '.'; declare const _default: { title: string; component: typeof StoryCard; parameters: { design: { type: string; url: string; }; }; }; export default _default; export declare const Default: StoryObj<typeof StoryCard>; export declare const WithoutThumbnailImage: StoryObj<typeof StoryCard>;