mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Toast
This commit is contained in:
parent
b96dff4711
commit
41c4194b27
5 changed files with 266 additions and 220 deletions
5
components/lib/toast/Toast.d.ts
vendored
5
components/lib/toast/Toast.d.ts
vendored
|
@ -206,6 +206,11 @@ export interface ToastProps {
|
|||
* @type {ToastPassThroughOptions}
|
||||
*/
|
||||
pt?: ToastPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue