Skip to content

Commit 9619ffc

Browse files
committed
fixup! feat(dynamic-label): remove beta tag
1 parent e99d655 commit 9619ffc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

etc/lime-elements.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,6 @@ export namespace JSX {
14631463
"onMenuOpen"?: (event: LimelDockButtonCustomEvent<DockItem>) => void;
14641464
"useMobileLayout"?: boolean;
14651465
}
1466-
// @beta
14671466
export interface LimelDynamicLabel {
14681467
"defaultLabel"?: Omit<Label, 'value'>;
14691468
"labels"?: Label[];
@@ -1826,7 +1825,6 @@ export namespace JSX {
18261825
"label"?: string;
18271826
"onChange"?: (event: LimelSwitchCustomEvent<boolean>) => void;
18281827
"readonly"?: boolean;
1829-
// @beta
18301828
"readonlyLabels"?: Array<Label<boolean>>;
18311829
"value"?: boolean;
18321830
}

0 commit comments

Comments
 (0)