mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Fix typo
This commit is contained in:
4
src/components.d.ts
vendored
4
src/components.d.ts
vendored
@@ -198,7 +198,7 @@ export namespace Components {
|
||||
}
|
||||
interface SlButtonGroup {
|
||||
/**
|
||||
* A label to use for the button groups `aria-label` attribute.
|
||||
* A label to use for the button group's `aria-label` attribute.
|
||||
*/
|
||||
"label": string;
|
||||
}
|
||||
@@ -1601,7 +1601,7 @@ declare namespace LocalJSX {
|
||||
}
|
||||
interface SlButtonGroup {
|
||||
/**
|
||||
* A label to use for the button groups `aria-label` attribute.
|
||||
* A label to use for the button group's `aria-label` attribute.
|
||||
*/
|
||||
"label"?: string;
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ import { Component, Prop, h } from '@stencil/core';
|
||||
export class ButtonGroup {
|
||||
buttonGroup: HTMLElement;
|
||||
|
||||
/** A label to use for the button groups `aria-label` attribute. */
|
||||
/** A label to use for the button group's `aria-label` attribute. */
|
||||
@Prop() label = '';
|
||||
|
||||
connectedCallback() {
|
||||
|
||||
Reference in New Issue
Block a user