From dc1ea49d2babb48b2a7d4e51b76096f316fca72b Mon Sep 17 00:00:00 2001 From: Bastien Caudan Date: Mon, 9 Apr 2018 08:17:47 +0200 Subject: [PATCH] Add missing setTheme definition --- safe.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/safe.d.ts b/safe.d.ts index 9c81946..2bafc27 100644 --- a/safe.d.ts +++ b/safe.d.ts @@ -6,6 +6,7 @@ export const enabled: boolean; export function enable(): void; export function disable(): void; +export function setTheme(theme: any): void; export function strip(str: string): string; export function stripColors(str: string): string;