ReactMaterial3/dist/redispatch-event-C93E51ce.js

6 lines
307 B
JavaScript

"use strict";/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/function p(c,t){t.bubbles&&(!c.shadowRoot||t.composed)&&t.stopPropagation();const s=Reflect.construct(t.constructor,[t.type,t]),o=c.dispatchEvent(s);return o||t.preventDefault(),o}exports.redispatchEvent=p;