UNPKG

react-instantsearch-core

Version:
7 lines (6 loc) 252 B
import React from 'react'; import type { UseIndexProps } from '../lib/useIndex'; export type IndexProps = UseIndexProps & { children?: React.ReactNode; }; export declare function Index({ children, ...props }: IndexProps): React.JSX.Element | null;