UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

15 lines 902 B
import type { StoryFn } from '@storybook/react'; declare const _default: { title: string; component: import("@project44-manifest/react-types").ForwardRefComponent<"a", import("../action-card").ActionCardProps>; subcomponents: { ActionCardHeader: import("@project44-manifest/react-types").ForwardRefComponent<"div", import("../action-card").ActionCardHeaderProps>; ActionCardBody: import("@project44-manifest/react-types").ForwardRefComponent<"div", import("../action-card").ActionCardBodyProps>; ActionCardImage: import("@project44-manifest/react-types").ForwardRefComponent<"div", import("../action-card").ActionCardImageProps>; }; decorators: ((Story: StoryFn) => JSX.Element)[]; }; export default _default; export declare const Size: () => JSX.Element; export declare const WithoutBody: () => JSX.Element; //# sourceMappingURL=action-card.stories.d.ts.map