first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { NotificationType } from "./Notification.interface";
|
||||
|
||||
export interface NotificationConfig {
|
||||
title?: string;
|
||||
content: string;
|
||||
duration?: number;
|
||||
autoClose?: boolean;
|
||||
type?: NotificationType;
|
||||
}
|
Reference in New Issue
Block a user