Skip to content

Commit 9c981e9

Browse files
committed
Run yarn approve-api
1 parent f330474 commit 9c981e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/public_api_guard/material/chips.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export declare class MatChipList extends _MatChipListMixinBase implements MatFor
152152
_blur(): void;
153153
_focusInput(options?: FocusOptions): void;
154154
_keydown(event: KeyboardEvent): void;
155+
_keyup(event: KeyboardEvent): void;
155156
_markAsTouched(): void;
156157
_setSelectionByValue(value: any, isUserInput?: boolean): void;
157158
protected _updateFocusForDestroyedChips(): void;

0 commit comments

Comments
 (0)