jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
26 lines (25 loc) • 544 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Display the Flex within the component library.
*/
/// <reference types="react" />
declare const _default: {
title: string;
parameters: {
component: ({ flow, alignItems, justifyContent, flexWrap, children }: import(".").FlexItemsProps) => JSX.Element;
};
};
export default _default;
export declare const Flex: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const FlexMargin: {
(): JSX.Element;
story: {
title: string;
};
};