mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
See link fixes on d.ts
This commit is contained in:
parent
4a723837a1
commit
986b438457
6 changed files with 11 additions and 4 deletions
2
components/inputnumber/InputNumber.d.ts
vendored
2
components/inputnumber/InputNumber.d.ts
vendored
|
@ -12,6 +12,7 @@ import { ClassComponent, GlobalComponentConstructor, Nullable } from '../ts-help
|
|||
|
||||
/**
|
||||
* Custom input event.
|
||||
* @see input
|
||||
*/
|
||||
export interface InputNumberInputEvent {
|
||||
/**
|
||||
|
@ -26,6 +27,7 @@ export interface InputNumberInputEvent {
|
|||
|
||||
/**
|
||||
* Custom blur event.
|
||||
* @see blur
|
||||
*/
|
||||
export interface InputNumberBlurEvent {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue