Skip to content

Commit 7052be4

Browse files
refactor: update jsdoc comments
1 parent c2d58b8 commit 7052be4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

2nd-gen/packages/swc/components/status-light/StatusLight.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ import styles from './status-light.css';
3131
* @status preview
3232
* @since 0.0.1
3333
*
34+
* @property {string} variant - Semantic or non-semantic color variant for the status dot.
35+
* @attribute {ElementSize} size - The size of the status light.
36+
*
3437
* @example
3538
* <swc-status-light variant="positive">Approved</swc-status-light>
3639
*

0 commit comments

Comments
 (0)