import type { JSCodeshift } from 'jscodeshift'; import type { Collection } from 'jscodeshift/src/Collection'; import { createRenameVariableTransform } from '../utils'; export const renameUnsafeAllowUndoRedoButtonsProp: ( j: JSCodeshift, source: Collection, ) => void = createRenameVariableTransform('UNSAFE_allowUndoRedoButtons', 'allowUndoRedoButtons');