See link fixes on d.ts

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-01 13:52:00 +03:00
parent 4a723837a1
commit 986b438457
6 changed files with 11 additions and 4 deletions

View file

@ -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 {
/**