@shopify/polaris
Version:
Shopify’s admin product component library
3 lines • 348 B
TypeScript
import { IndexProviderProps } from '../../utilities/index-provider';
export declare function IndexProvider({ children, resourceName: passedResourceName, loading, onSelectionChange, selectedItemsCount, itemCount, hasMoreItems, condensed, selectable: isSelectableIndex, }: IndexProviderProps): JSX.Element;
//# sourceMappingURL=IndexProvider.d.ts.map