Skip to content

Commit

Permalink
fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Mar 18, 2020
1 parent 10b2504 commit 768f550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export interface IRankingHeaderContextContainer {
readonly flags: ILineUpFlags;

getPossibleRenderer(col: Column): {item: IRenderInfo[], group: IRenderInfo[], summary: IRenderInfo[]};

summaryRenderer(co: Column, interactive: boolean, imposer?: IImposer): ISummaryRenderer;
}

export interface IRankingBodyContext extends IRankingHeaderContextContainer, IRenderContext {
Expand Down

0 comments on commit 768f550

Please sign in to comment.