UNPKG

@spaced-out/ui-design-system

Version:
150 lines 3.73 kB
import * as React from 'react'; import type { CardProps } from './Card'; declare const _default: { tags: string[]; title: string; component: import("flow-to-typescript-codemod").Flow.AbstractComponent<CardProps, HTMLDivElement>; argTypes: { onClick: { description: string; action: string; table: { type: { summary: string; }; }; }; disabled: { name: string; description: string; options: boolean[]; control: string; table: { type: { summary: string; }; defaultValue: { summary: boolean; }; }; }; paddingTop: { description: string; options: unknown[]; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; paddingRight: { description: string; options: unknown[]; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; paddingBottom: { description: string; options: unknown[]; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; paddingLeft: { description: string; options: unknown[]; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: string; }; }; }; classNames: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; children: { type: { required: boolean; }; description: string; table: { type: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _Default: (args: CardProps) => React.JSX.Element; export declare const _WithHeader: { (args: CardProps): React.JSX.Element; args: { classNames: { wrapper: string; }; }; }; export declare const _WithFooter: { (args: CardProps): React.JSX.Element; args: { classNames: { wrapper: string; }; } | { classNames: { wrapper: string; }; }; }; export declare const _WithHeaderAndFooter: (args: CardProps) => React.JSX.Element; export declare const _Clickable: (args: CardProps) => React.JSX.Element; //# sourceMappingURL=Card.stories.d.ts.map