mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update StyleClass.d.ts
This commit is contained in:
parent
8ae55214d8
commit
11f06ee3ae
1 changed files with 6 additions and 6 deletions
12
components/lib/styleclass/StyleClass.d.ts
vendored
12
components/lib/styleclass/StyleClass.d.ts
vendored
|
@ -22,27 +22,27 @@ export interface StyleClassOptions {
|
|||
/**
|
||||
* Style class to add when item begins to get displayed.
|
||||
*/
|
||||
enterClassName?: string | undefined;
|
||||
enterClass?: string | undefined;
|
||||
/**
|
||||
* Style class to add during enter animation.
|
||||
*/
|
||||
enterActiveClassName?: string | undefined;
|
||||
enterActiveClass?: string | undefined;
|
||||
/**
|
||||
* Style class to add when item begins to get displayed.
|
||||
*/
|
||||
enterToClassName?: string | undefined;
|
||||
enterToClass?: string | undefined;
|
||||
/**
|
||||
* Style class to add when item begins to get hidden.
|
||||
*/
|
||||
leaveClassName?: string | undefined;
|
||||
leaveClass?: string | undefined;
|
||||
/**
|
||||
* Style class to add during leave animation.
|
||||
*/
|
||||
leaveActiveClassName?: string | undefined;
|
||||
leaveActiveClass?: string | undefined;
|
||||
/**
|
||||
* Style class to add when leave animation is completed.
|
||||
*/
|
||||
leaveToClassName?: string | undefined;
|
||||
leaveToClass?: string | undefined;
|
||||
/**
|
||||
* Whether to trigger leave animation when outside of the element is clicked.
|
||||
* @defaultValue false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue