/** * The property name used to pass a remote element instance to the React component * that is configured to render it. */ export const REMOTE_ELEMENT_PROP = Symbol.for('remote-dom.element'); export const REMOTE_ELEMENT_ATTACHED_PROP = Symbol.for( 'remote-dom.element.attached', );