UNPKG

@prezly/theme-kit-ui

Version:
18 lines (17 loc) 565 B
import type { StoryObj } from '@storybook/react'; import { ContactCard } from './ContactCard'; declare const _default: { title: string; component: typeof ContactCard; parameters: { design: { type: string; url: string; }; }; }; export default _default; export declare const Default: StoryObj<typeof ContactCard>; export declare const WithoutAvatar: StoryObj<typeof ContactCard>; export declare const WithoutSocials: StoryObj<typeof ContactCard>; export declare const WithoutRole: StoryObj<typeof ContactCard>;