We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa27f6d + be24ec1 commit b771818Copy full SHA for b771818
index.d.ts
@@ -73,7 +73,7 @@ declare class Noty {
73
74
declare namespace Noty {
75
type Type = 'alert' | 'success' | 'warning' | 'error' | 'info' | 'information';
76
- type Theme = 'mint' | 'sunset' | 'relax' | 'metroui' | 'bootstrap-v3' | 'bootstrap-v4' | 'semanticui' | 'nest';
+ type Theme = string;
77
type Layout = 'top' | 'topLeft' | 'topCenter' | 'topRight' | 'center' | 'centerLeft' | 'centerRight' | 'bottom' | 'bottomLeft' | 'bottomCenter' | 'bottomRight';
78
type Event = 'beforeShow' | 'onShow' | 'afterShow' | 'onClose' | 'afterClose' | 'onHover' | 'onTemplate' | 'onClick';
79
0 commit comments