@visitscotland/component-library
Version:
VisitScotland Component Library
13 lines (12 loc) • 400 B
TypeScript
export default cookieMixin;
declare namespace cookieMixin {
namespace computed {
function selectedLanguage(): any;
function localeCookie(): any;
function translationCookie(): string;
}
namespace methods {
function cookieExists(cookie: any): boolean;
function setCookie(name: any, value: any, newCookie: any, sessionCookie?: boolean): void;
}
}