export function waitForAtomic() { return customElements.whenDefined("atomic-search-interface"); } export function waitForRecsAtomic() { return customElements.whenDefined("atomic-recs-interface"); }