@gannochenko/ui.styled-components
Version:
<!-- PROJECT SHIELDS --> <!-- *** Reference links are enclosed in brackets [ ] instead of parentheses ( ). *** See the bottom of this document for the declaration of the reference variables *** for contributors-url, forks-url, etc. This is an optional, co
4 lines (3 loc) • 332 B
TypeScript
declare type Alignment = 'start' | 'end' | 'left' | 'right' | 'top' | 'bottom' | 'middle' | 'flex-start' | 'flex-end' | 'center';
export declare const contentAlignment: (alignmentX?: Alignment | undefined, alignmentY?: Alignment | undefined, direction?: string) => import("styled-components").FlattenSimpleInterpolation;
export {};