UNPKG

80 BTypeScriptView Raw
1export interface InputChangeEventDetail {
2 value: string | undefined | null;
3}