mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
remove default from inline notification (#553)
* remove default from inline notification * feat(notification): remove default prop value for title, caption Co-authored-by: Eric Y Liu <ericyl.us@gmail.com>
This commit is contained in:
parent
5fad0cb3c7
commit
121062a80c
6 changed files with 12 additions and 12 deletions
2
types/Notification/InlineNotification.d.ts
vendored
2
types/Notification/InlineNotification.d.ts
vendored
|
@ -35,7 +35,7 @@ export interface InlineNotificationProps
|
|||
|
||||
/**
|
||||
* Specify the title text
|
||||
* @default "Title"
|
||||
* @default ""
|
||||
*/
|
||||
title?: string;
|
||||
|
||||
|
|
4
types/Notification/ToastNotification.d.ts
vendored
4
types/Notification/ToastNotification.d.ts
vendored
|
@ -35,7 +35,7 @@ export interface ToastNotificationProps
|
|||
|
||||
/**
|
||||
* Specify the title text
|
||||
* @default "Title"
|
||||
* @default ""
|
||||
*/
|
||||
title?: string;
|
||||
|
||||
|
@ -47,7 +47,7 @@ export interface ToastNotificationProps
|
|||
|
||||
/**
|
||||
* Specify the caption text
|
||||
* @default "Caption"
|
||||
* @default ""
|
||||
*/
|
||||
caption?: string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue