UNPKG

@coveo/create-atomic

Version:
8 lines (6 loc) 242 B
// @ts-ignore Stencil does not support subpath exports. import {defineCustomElements} from '@coveo/atomic/loader'; export function waitForAtomic() { defineCustomElements(); return customElements.whenDefined('atomic-search-interface'); }