From bc6e908348052606e3c9e37b71b98afa2d906935 Mon Sep 17 00:00:00 2001 From: Tyler Corley Date: Thu, 3 Sep 2020 16:03:45 -0700 Subject: [PATCH] exporting NoticeProperties type directly --- packages/core/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/index.d.ts b/packages/core/index.d.ts index fd7382fc..8812a3d9 100644 --- a/packages/core/index.d.ts +++ b/packages/core/index.d.ts @@ -2,7 +2,7 @@ import Stack, { StackProperties, StackOptions } from './Stack.js'; export as namespace PNotify; -declare abstract class NoticeProperties { +export declare abstract class NoticeProperties { /** * Type of the notice. 'notice', 'info', 'success', or 'error'. *