jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
12 lines (11 loc) • 338 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Generates a component that displays information on the middle of the page.
*/
/**
* Generates a component that displays information
* on the middle of the page.
*/
export declare const CenterBox: import("styled-components").StyledComponent<"div", any, any, never>;
export default CenterBox;