mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Merge branch 'master' of https://github.com/primefaces/primevue
This commit is contained in:
commit
56e0780a6d
201 changed files with 6406 additions and 108 deletions
3
components/lib/sidebar/style/SidebarStyle.d.ts
vendored
Normal file
3
components/lib/sidebar/style/SidebarStyle.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { BaseStyle } from '../../base/style';
|
||||
|
||||
export interface SidebarStyle extends BaseStyle {}
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"main": "./sidebarstyle.cjs.js",
|
||||
"module": "./sidebarstyle.esm.js",
|
||||
"unpkg": "./sidebarstyle.min.js"
|
||||
"unpkg": "./sidebarstyle.min.js",
|
||||
"types": "./SidebarStyle.d.ts"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue