export interface ItemColumns { key: string title: string dataIndex?: string align?: 'left' | 'right' | 'center' slots?: Object width?: number }