mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fix declare class typing
This commit is contained in:
parent
f8ad7f1799
commit
c59599cbfa
17 changed files with 17 additions and 17 deletions
2
components/treeselect/TreeSelect.d.ts
vendored
2
components/treeselect/TreeSelect.d.ts
vendored
|
@ -215,7 +215,7 @@ export interface TreeSelectEmits {
|
|||
*
|
||||
* @group Component
|
||||
*/
|
||||
export declare class TreeSelect extends ClassComponent<TreeSelectProps, TreeSelectSlots, TreeSelectEmits> {
|
||||
declare class TreeSelect extends ClassComponent<TreeSelectProps, TreeSelectSlots, TreeSelectEmits> {
|
||||
/**
|
||||
* Shows the overlay.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue