UNPKG

@prezly/theme-kit-ui

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