mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
DomHandler hasCSSAnimation and hasCSSTransition added
This commit is contained in:
parent
5455aa896b
commit
c7c71e213f
2 changed files with 24 additions and 0 deletions
2
components/lib/utils/Utils.d.ts
vendored
2
components/lib/utils/Utils.d.ts
vendored
|
@ -60,6 +60,8 @@ export declare class DomHandler {
|
|||
static isIOS(): boolean;
|
||||
static isAndroid(): boolean;
|
||||
static isTouchDevice(): boolean;
|
||||
static hasCSSAnimation(el: HTMLElement): boolean;
|
||||
static hasCSSTransition(el: HTMLElement): boolean;
|
||||
static exportCSV(csv: any, filename: string): void;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue