@prezly/theme-kit-ui
Version:
UI components for Prezly themes
16 lines (15 loc) • 422 B
TypeScript
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>;