UNPKG

@retailmenot/anchor

Version:

A React UI Library by RetailMeNot

4 lines (3 loc) 178 B
export declare type Position = 'left' | 'right' | 'bottom' | 'top'; export declare type Variant = 'tabular' | 'regular'; export declare const variantStyles: (props: any) => any;