jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
26 lines (25 loc) • 538 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Display the Spacing within the component library.
*/
/// <reference types="react" />
declare const _default: {
title: string;
parameters: {
component: ({ size, mt, mb, children, ...props }: import(".").SpacingProps) => JSX.Element;
};
};
export default _default;
export declare const DefaultSpacing: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const CustomSpacing: {
(): JSX.Element;
story: {
title: string;
};
};