Editor d.ts updated

This commit is contained in:
Bahadır Sofuoğlu 2023-03-01 15:25:48 +03:00
parent e28c0d30f5
commit b73c928b25
4 changed files with 48 additions and 44 deletions

View file

@ -134,13 +134,4 @@ declare module '@vue/runtime-core' {
}
}
/**
*
* Checkbox is an extension to standard checkbox element with theming.
*
* Demos:
*
* - [Checkbox](https://www.primefaces.org/primevue/checkbox)
*
*/
export default Checkbox;