UNPKG

77 BTypeScriptView Raw
1export interface SearchbarChangeEventDetail {
2 value: string | undefined;
3}