diff --git a/src/components/divider/divider.ts b/src/components/divider/divider.ts index 97124247c..104ddb2b4 100644 --- a/src/components/divider/divider.ts +++ b/src/components/divider/divider.ts @@ -9,6 +9,7 @@ import { watch } from '~/internal/watch'; * * @cssproperty --color - The color of the divider. * @cssproperty --width - The width of the divider. + * @cssproperty --spacing - The spacing of the divider. */ @customElement('sl-divider') export default class SlDivider extends LitElement {