export const useColumnsWidth = (width: number, formWith?: number | string) => ({ width, fieldProps: { style: { width: `${formWith ?? '100%'}` }, } })