UNPKG

@prezly/theme-kit-ui

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