Files
ionic-framework/core/src/components/input/input-interface.ts
2018-12-28 20:38:24 +01:00

5 lines
81 B
TypeScript

export interface InputChangeEventDetail {
value: string | undefined | null;
}