UNPKG

@progressive-development/pd-dialog

Version:

Progressive Development dialog components.

21 lines 627 B
import { StoryObj } from '@storybook/web-components'; declare const meta: { title: string; render: ({ title, type, buttons }: import('@storybook/web-components').Args) => import('lit').TemplateResult<1>; argTypes: { title: { control: "text"; }; type: { control: "select"; options: string[]; }; }; }; export default meta; type Story = StoryObj; export declare const Info: Story; export declare const InfoLongTitle: Story; export declare const Error: Story; export declare const Warn: Story; //# sourceMappingURL=pd-popup-dialog.stories.d.ts.map