Skip to content

Commit

Permalink
clean jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 8, 2024
1 parent 9b71096 commit c0f2f8a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { css, customElement, html, repeat, state } from '@umbraco-cms/backoffice

import '../block-grid-entries/index.js';
/**
* @element umb-block-grid-areas-container
* @description
* This element is used to render the block grid areas.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ const apiArgsCreator: UmbApiConstructorArgumentsMethodType<unknown> = (manifest:
return [{ manifest }];
};

/**
* @element umb-block-grid-block-inline
*/
@customElement('umb-block-grid-block-inline')
export class UmbBlockGridBlockInlineElement extends UmbLitElement {
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import '@umbraco-cms/backoffice/ufm';
import '../block-grid-areas-container/index.js';
import '../ref-grid-block/index.js';

/**
* @element umb-block-grid-block
*/
@customElement('umb-block-grid-block')
export class UmbBlockGridBlockElement extends UmbLitElement {
//
Expand Down

0 comments on commit c0f2f8a

Please sign in to comment.