/** * */ export interface RowEditProps { /** * */ autoConfirm: boolean; } export default RowEditProps;