jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
11 lines (10 loc) • 300 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Aligns an element center vertically.
*/
/**
* Vertically centers any element within its container (flex).
*/
export declare const VerticallyCentered: import("styled-components").StyledComponent<"div", any, any, never>;
export default VerticallyCentered;