jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
20 lines (19 loc) • 420 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Display the picture component within the component library.
*/
import React from 'react';
declare const _default: {
title: string;
};
export default _default;
export declare const PictureElement: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: React.FunctionComponent<import(".").PictureProps>;
};
};
};