@cbinsights/fds
Version:
Form: A design system by CB Insights
17 lines (16 loc) • 458 B
TypeScript
import { StoryObj } from '@storybook/react';
import { FlexItemProps } from '.';
export declare const Primary: StoryObj<FlexItemProps>;
declare const _default: {
component: ({ shrink, justify, align, children, }: FlexItemProps) => JSX.Element;
title: string;
parameters: {
componentSubtitle: string;
docs: {
description: {
component: string;
};
};
};
};
export default _default;