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'. *