mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +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/inputtext/InputText.d.ts
vendored
2
components/inputtext/InputText.d.ts
vendored
|
@ -47,7 +47,7 @@ export interface InputTextEmits {
|
|||
*
|
||||
* @group Component
|
||||
*/
|
||||
export declare class InputText extends ClassComponent<InputTextProps, InputTextSlots, InputTextEmits> {}
|
||||
declare class InputText extends ClassComponent<InputTextProps, InputTextSlots, InputTextEmits> {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
interface GlobalComponents {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue