use Reference;
use ;
/// The `slotchange` event is fired on an HTMLSlotElement instance
/// (`<slot>` element) when the node(s) contained in that slot change.
///
/// [(JavaScript docs)](https://developer.mozilla.org/en-US/docs/Web/Events/slotchange)
// https://dom.spec.whatwg.org/#mutation-observers
;