UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

4 lines (3 loc) 337 B
/// <reference types="react" /> import { IndexProviderProps } from '../../utilities/index-provider'; export declare function IndexProvider({ children, resourceName: passedResourceName, loading, onSelectionChange, selectedItemsCount, itemCount, hasMoreItems, condensed, selectable: isSelectableIndex, }: IndexProviderProps): JSX.Element;