mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-863] codelyzer documentlist (#2059)
* codelyzer documentlist * tslint error after codelizer * fix import * fix tag test
This commit is contained in:
@@ -280,10 +280,6 @@ export class ShareDataRow implements DataRow {
|
||||
}
|
||||
}
|
||||
|
||||
export interface RowFilter {
|
||||
(value: ShareDataRow, index: number, array: ShareDataRow[]): any;
|
||||
}
|
||||
export type RowFilter = (value: ShareDataRow, index: number, array: ShareDataRow[]) => any;
|
||||
|
||||
export interface ImageResolver {
|
||||
(row: DataRow, column: DataColumn): string;
|
||||
}
|
||||
export type ImageResolver = (row: DataRow, column: DataColumn) => string;
|
||||
|
Reference in New Issue
Block a user