| 898 | * @publicApi |
| 899 | */ |
| 900 | export interface Output { |
| 901 | /** |
| 902 | * The name of the DOM property to which the output property is bound. |
| 903 | */ |
| 904 | alias?: string; |
| 905 | } |
| 906 | |
| 907 | /** |
| 908 | * @Annotation |
no outgoing calls
no test coverage detected
searching dependent graphs…