pull/3689/head
Tuğçe Küçükoğlu 2023-03-01 16:11:52 +03:00
parent df5a35a277
commit 5b86f18e10
2 changed files with 0 additions and 18 deletions

View File

@ -62,13 +62,4 @@ declare module '@vue/runtime-core' {
}
}
/**
*
* Badge is a small status indicator for another element.
*
* Demos:
*
* - [Badge](https://www.primefaces.org/primevue/badge)
*
*/
export default Badge;

View File

@ -77,13 +77,4 @@ declare module '@vue/runtime-core' {
}
}
/**
*
* BlockUI can either block other components or the whole page.
*
* Demos:
*
* - [BlockUI](https://www.primefaces.org/primevue/blockui)
*
*/
export default BlockUI;