UNPKG

@algolia/react-instantsearch-widget-loadmore-with-progressbar

Version:
9 lines (8 loc) 394 B
import type { ComponentType } from 'react'; import type { ButtonComponentProps, TranslationsType } from './component'; export interface LoadMoreWithProgressBarExposedProps { translations?: TranslationsType; buttonComponent?: ComponentType<ButtonComponentProps>; className?: string; } export declare const LoadMoreWithProgressBar: ComponentType<LoadMoreWithProgressBarExposedProps>;