Skip to content

Commit ae7081a

Browse files
chore(divider): add internal docs for static color
1 parent d2fb0ed commit ae7081a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

second-gen/packages/core/components/divider/Divider.base.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ export abstract class DividerBase extends SizedMixin(SpectrumElement, {
2828
validSizes: DIVIDER_VALID_SIZES,
2929
noDefaultSize: true,
3030
}) {
31-
static readonly STATIC_COLORS = DIVIDER_STATIC_COLORS;
31+
/**
32+
* @internal
33+
*
34+
* A readonly array of the valid static color variants for the divider.
35+
*/
36+
static readonly STATIC_COLORS: readonly string[] = DIVIDER_STATIC_COLORS;
3237
/**
3338
* Whether the divider is vertical. If false, the divider is horizontal. The default is false.
3439
*/

0 commit comments

Comments
 (0)