Skip to content

Commit

Permalink
fix: 类型声明
Browse files Browse the repository at this point in the history
  • Loading branch information
paleface001 authored and lessmost committed Dec 4, 2019
1 parent 7f8eab3 commit 7ec6cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tiny-plots/progress/layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export interface ProgressViewConfig extends TinyViewConfig {
stackField?: number;
progressStyle?: any; // FIXME:
percent?: number; // FIXME:
size?: number;
}

export interface ProgressLayerConfig extends ProgressViewConfig, LayerConfig {}
Expand Down

0 comments on commit 7ec6cc8

Please # to comment.