UNPKG

@progressive-development/pd-dialog

Version:

Progressive Development dialog components.

24 lines 745 B
import { StoryObj } from '@storybook/web-components'; declare const meta: { title: string; component: string; render: ({ smallViewSlot, contentSlot }: import('@storybook/web-components').Args) => import('lit').TemplateResult<1>; argTypes: { smallViewSlot: { control: "text"; description: string; initValue: string; }; contentSlot: { control: "text"; description: string; initValue: string; }; }; }; export default meta; type Story = StoryObj; export declare const DefaultPopup: Story; export declare const LongContent: Story; export declare const CustomStyledContent: Story; //# sourceMappingURL=pd-popup.stories.d.ts.map