Remove obsolete file
parent
11fd11091e
commit
3bfd130350
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue