Skip to content

Commit

Permalink
chore: mark Option as abstract (#7365)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Jul 21, 2023
1 parent eeb16d2 commit afe7f02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/Option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import type { IOption } from "./Select.js";
* @author SAP SE
* @alias sap.ui.webc.main.Option
* @extends sap.ui.webc.base.UI5Element
* @abstract
* @tagname ui5-option
* @implements sap.ui.webc.main.ISelectOption
* @public
Expand Down

0 comments on commit afe7f02

Please sign in to comment.