UNPKG

svelte-search-engine

Version:

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

4 lines (3 loc) 223 B
import type { Action } from 'svelte/action'; import type { ParamObject, ParamConf, ParamOptConf } from './types'; export declare const searchEngine: Action<HTMLElement, ParamObject | [ParamConf, ParamOptConf] | undefined>;