UNPKG

svelte-search-engine

Version:

A wrapper for Google's Programmable Search Engine, providing a Svelte-friendly interface.

4 lines (3 loc) 206 B
import type { SearchEngineComponent } from '../types/components'; export declare const destroyRegistry: Map<Node, SearchEngineComponent>; export declare const createDestroyObserver: () => MutationObserver;