UNPKG

@utahdts/utah-design-system

Version:
5 lines (3 loc) 186 B
import { createContext } from 'react'; // boolean value telling if the confirmation button has been toggled opened or not export const ConfirmationButtonContext = createContext(false);