import { customElement, type ComponentType } from 'solid-element'; export const anonymousCustomElement = ( ComponentType: ComponentType, ): CustomElementConstructor => customElement(`pear-${crypto.randomUUID()}`, ComponentType);