UNPKG

@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) 245 B
declare type Alignment = 'start' | 'end' | 'left' | 'right' | 'top' | 'bottom' | 'middle' | 'flex-start' | 'flex-end' | 'center'; export declare const align: (y?: Alignment | null, x?: Alignment | null, direction?: string) => string; export {};