mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Chips d.ts updated
This commit is contained in:
parent
e6af1b56c0
commit
2ba8101e11
2 changed files with 44 additions and 10 deletions
2
components/checkbox/Checkbox.d.ts
vendored
2
components/checkbox/Checkbox.d.ts
vendored
|
@ -126,7 +126,7 @@ export interface CheckboxEmits {
|
|||
* @group Component
|
||||
*
|
||||
*/
|
||||
export declare class Checkbox extends ClassComponent<CheckboxProps, CheckboxSlots, CheckboxEmits> {}
|
||||
declare class Checkbox extends ClassComponent<CheckboxProps, CheckboxSlots, CheckboxEmits> {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
interface GlobalComponents {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue