UNPKG

@prezly/theme-kit-ui

Version:
18 lines (17 loc) 542 B
import type { StoryObj } from '@storybook/react'; import { Boilerplate } from './Boilerplate'; declare const _default: { title: string; component: typeof Boilerplate; parameters: { design: { type: string; url: string; }; layout: string; }; }; export default _default; export declare const Default: StoryObj<typeof Boilerplate>; export declare const WithoutAboutInformation: StoryObj<typeof Boilerplate>; export declare const WithoutContactSection: StoryObj<typeof Boilerplate>;