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