Skip to content

Commit 66b38b7

Browse files
committed
update api report
1 parent 164eb65 commit 66b38b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/web-components/docs/web-components.api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,8 @@ export class BaseField extends FASTElement {
731731
// (undocumented)
732732
setValidationStates(): void;
733733
// @internal
734+
protected get slottedInputObserver(): MutationObserver;
735+
// @internal
734736
slottedInputs: SlottableInput[];
735737
// @internal
736738
slottedInputsChanged(prev: SlottableInput[] | undefined, next: SlottableInput[] | undefined): void;

0 commit comments

Comments
 (0)