UNPKG

@retailmenot/anchor

Version:

A React UI Library by RetailMeNot

9 lines (8 loc) 236 B
export interface Theme { base: string; light: string; dark: string; } export declare const REVEAL_BACKGROUND_COLOR = "#F1F1F1"; export declare const REVEAL_COLOR = "#595959"; export declare const TRANSITION_SPEED = "500ms";