Components
WNotification
Stories
Props
| Prop | Default | Type |
|---|---|---|
notification | any | |
handler | void 0 | Record<string, any> | undefined |
Slots
| Slot | Type |
|---|---|
top | { notification: any; } |
title | { id: string; title: any; class: string; } |
message | { class: string; message: any; } |