mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
feat(notification): remove default prop value for title, caption
This commit is contained in:
parent
87bd94ce99
commit
5ba6cc00b0
5 changed files with 11 additions and 11 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