Skip to content

Commit

Permalink
fix(graphin):fix typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Jan 19, 2021
1 parent b8edff1 commit 075781a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/graphin/src/typings/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ export interface EdgeStyle {
position: '' | 'T';
/** 默认自动旋转 */
autoRote: boolean;
/** 字体填充色 */
fill: string;
/** 其他配置 */
[key: string]: any;
}>;
/** 光晕 */
halo: Partial<{
Expand Down

0 comments on commit 075781a

Please sign in to comment.