angular2-cookie-law-banner
Version:
Angular2+ component that provides a banner to inform users about cookie banner
11 lines (10 loc) • 370 B
TypeScript
/**
* angular2-cookie-law-banner
*
* Copyright 2016-2018, @jwala-anirudh, All rights reserved.
*
* @author: @jwala-anirudh <anirudhjwala@gmail.com>
*/
export declare type CookieBannerPosition = "top" | "bottom";
export declare type CookieBannerAnimation = "topIn" | "bottomIn" | "topOut" | "bottomOut";
export declare type CookieBannerTarget = "_blank" | "_self";