export type Align = 'left' | 'right' | 'center'

export interface columnsInterface {
  title: string
  key: string
  width?: string
}
