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 4ef1e80 commit 696ee1fCopy full SHA for 696ee1f
src/cdk-experimental/ui-patterns/behaviors/event-manager/index.ts
@@ -1,3 +1,11 @@
1
+/**
2
+ * @license
3
+ * Copyright Google LLC All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.dev/license
7
+ */
8
+
9
export {ModifierKey} from './event-manager';
10
export {KeyboardEventManager} from './keyboard-event-manager';
11
export {PointerEventManager} from './pointer-event-manager';
0 commit comments