@retailmenot/anchor
Version:
A React UI Library by RetailMeNot
4 lines (3 loc) • 433 B
TypeScript
/// <reference path="../../typings.d.ts" />
export declare type Position = 'topStart' | 'top' | 'topEnd' | 'rightStart' | 'right' | 'rightEnd' | 'bottomEnd' | 'bottom' | 'bottomStart' | 'leftEnd' | 'left' | 'leftStart';
export declare const positionVariants: (position: Position, height: number, width: number, overlayHeight: number, overlayWidth: number, spacing?: number) => import("styled-components").FlattenSimpleInterpolation;