UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

7 lines (6 loc) 226 B
import React from "react"; export type BatchSelectionContextType = { batchSelectionDisabled: boolean; }; declare const BatchSelectionContext: React.Context<BatchSelectionContextType>; export default BatchSelectionContext;