fix(notification): remove notificationType prop

This commit is contained in:
Eric Liu 2021-01-22 12:05:46 -08:00
commit ca1208f6cb
6 changed files with 25 additions and 77 deletions

View file

@ -1,12 +1,6 @@
/// <reference types="svelte" />
export interface InlineNotificationProps extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["div"]> {
/**
* Set the type of notification
* @default "inline"
*/
notificationType?: "toast" | "inline";
/**
* Specify the kind of notification
* @default "error"