UNPKG

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