@prezly/theme-kit-ui
Version:
UI components for Prezly themes
18 lines (17 loc) • 565 B
TypeScript
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>;