Remove obsolete file

pull/10616/head
Alex P 2018-10-22 13:05:46 -07:00
parent 11fd11091e
commit 3bfd130350
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
import {Alignment} from 'src/clockface'
export interface IndexListColumn {
key: string
title: string
size: number
showOnHover: boolean
align: Alignment
}
export interface IndexListRowColumn {
key: string
contents: any
}
export interface IndexListRow {
columns: IndexListRowColumn[]
disabled: boolean
}