UNPKG

@cbinsights/fds

Version:
17 lines (16 loc) 458 B
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;