Skip to content

Commit

Permalink
docs(ui-kit/icon-button): jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian authored and alimd committed Jan 10, 2023
1 parent 7770b9c commit 205ab50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui-kit/src/icon-button/standard-icon-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ declare global {
}
}

@customElement('alwatr-standard-icon-button')
/**
* Alwatr standard icon button element.
*
Expand All @@ -22,6 +21,7 @@ declare global {
* @attr {string} url-prefix
* @attr {boolean} flip-rtl
*/
@customElement('alwatr-standard-icon-button')
export class AlwatrStandardIconButton extends AlwatrDummyElement {
static override styles = [
focusRingStyle,
Expand Down

0 comments on commit 205ab50

Please sign in to comment.