@prezly/theme-kit-ui
Version:
UI components for Prezly themes
15 lines (14 loc) • 372 B
TypeScript
import type { StoryObj } from '@storybook/react';
import { SectionTitle } from './SectionTitle';
declare const _default: {
title: string;
component: typeof SectionTitle;
parameters: {
design: {
type: string;
url: string;
};
};
};
export default _default;
export declare const Default: StoryObj<typeof SectionTitle>;