Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Export
ComponentAccessor
and SignalComponentAccessor
types.
We only export types because consumers should not be able to call `ComponentAccessor.fromComponent` on an arbitrary component as this would leak internal details about that component such as its closed shadow root. Consumers should only use these objects via the provided `host` parameter in `defineComponent`.
- Loading branch information