We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1eb19 commit 0ab7cc5Copy full SHA for 0ab7cc5
src/dropdown/abstract-dropdown-view.class.ts
@@ -27,7 +27,7 @@ export class AbstractDropdownView {
27
* ArrowUp -> emit event
28
*
29
* It's recommended that the implementing view include a specific type union of possible blurs
30
- * ex. `@Output() blur = new EventEmitter<"top" | "bottom">();`
+ * ex. `@Output() blurIntent = new EventEmitter<"top" | "bottom">();`
31
*/
32
@Output() blurIntent: EventEmitter<any>;
33
/**
0 commit comments