Skip to content

Commit 989b77b

Browse files
authored
docs: mark slotStyles as protected to exclude from API docs (#10047)
1 parent 267620c commit 989b77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/form-layout/src/vaadin-form-layout-mixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export const FormLayoutMixin = (superClass) =>
273273
this.__currentLayout.disconnect();
274274
}
275275

276-
/** @override */
276+
/** @protected */
277277
get slotStyles() {
278278
return [`${formLayoutSlotStyles}`.replace('vaadin-form-layout', this.localName)];
279279
}

0 commit comments

Comments
 (0)