mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4610 - New animate directive
This commit is contained in:
parent
75f27ab98b
commit
6dc9babdc9
7 changed files with 150 additions and 0 deletions
3
components/lib/animate/style/AnimateStyle.d.ts
vendored
Normal file
3
components/lib/animate/style/AnimateStyle.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { BaseStyle } from '../../base/style/BaseStyle';
|
||||
|
||||
export interface AnimateStyle extends BaseStyle {}
|
1
components/lib/animate/style/AnimateStyle.js
Normal file
1
components/lib/animate/style/AnimateStyle.js
Normal file
|
@ -0,0 +1 @@
|
|||
export default {};
|
6
components/lib/animate/style/package.json
Normal file
6
components/lib/animate/style/package.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"main": "./animatestyle.cjs.js",
|
||||
"module": "./animatestyle.esm.js",
|
||||
"unpkg": "./animatestyle.min.js",
|
||||
"types": "./AnimateStyle.d.ts"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue