UNPKG

@cimpress/react-components

Version:
7 lines 268 B
import type { Meta, StoryObj } from '@storybook/react'; import { Phone } from '../Phone'; declare const meta: Meta<typeof Phone>; export default meta; type Story = StoryObj<typeof Phone>; export declare const Default: Story; //# sourceMappingURL=Phone.stories.d.ts.map