Skip to content

Commit

Permalink
docs(ui5-panel): reflect review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
niyap committed Nov 28, 2023
1 parent fd77b2e commit 1414362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/Panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import panelCss from "./generated/themes/Panel.css.js";
* @constructor
* @extends UI5Element
* @public
* @slot {Node[]} - Defines the content of the component. The content is visible only when the component is expanded.
* @slot {Node[]} - default Defines the content of the component. The content is visible only when the component is expanded.
* @csspart header - Used to style the wrapper of the header.
* @csspart content - Used to style the wrapper of the content.
*/
Expand Down

0 comments on commit 1414362

Please sign in to comment.