UNPKG

@sajari/sdk-react

Version:
14 lines (13 loc) 395 B
import * as React from "react"; import { ProviderPipelineConfig } from "./pipeline/Provider"; export interface ProviderProps { search: ProviderPipelineConfig; instant?: ProviderPipelineConfig; theme?: { [k: string]: any; }; searchOnLoad?: boolean; } export declare class Provider extends React.PureComponent<ProviderProps> { render(): JSX.Element; }