@project44-manifest/react
Version:
Manifest Design System react components
7 lines • 301 B
TypeScript
import { Meta, StoryFn } from '@storybook/react';
import { PopoverProps } from '../../..';
declare const meta: Meta<PopoverProps>;
export default meta;
export declare const Default: StoryFn<PopoverProps>;
export declare const Placement: () => JSX.Element;
//# sourceMappingURL=Popover.stories.d.ts.map