@project44-manifest/react
Version:
Manifest Design System react components
24 lines • 596 B
TypeScript
import { StackProps } from '../../..';
declare const _default: {
title: string;
component: import("@project44-manifest/react-types").ForwardRefComponent<"div", StackProps>;
argTypes: {
gap: {
control: string;
options: string[];
};
orientation: {
control: string;
options: string[];
};
};
};
export default _default;
export declare const Default: {
(args: StackProps): JSX.Element;
args: {
gap: string;
orientation: string;
};
};
//# sourceMappingURL=stack.stories.d.ts.map