import { IElementState } from "../types"; export const completeHook = (state: IElementState) => { state.isForceComplete = true; };