jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
17 lines (16 loc) • 307 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Shows a empty resume page in the component library.
*/
/// <reference types="react" />
declare const _default: {
title: string;
};
export default _default;
export declare const EmptyResume: {
(): JSX.Element;
story: {
title: string;
};
};