UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

4 lines 441 B
import React from 'react'; import type { IndexProviderProps } from '../../utilities/index-provider'; export declare function IndexProvider({ children, resourceName: passedResourceName, loading, onSelectionChange, selectedItemsCount, itemCount, hasMoreItems, condensed, selectable: isSelectableIndex, paginatedSelectAllText: defaultPaginatedSelectAllText, }: IndexProviderProps): React.JSX.Element; //# sourceMappingURL=IndexProvider.d.ts.map