generated from gxc-solutions/gxc-template-repo
Update models, added parser
This commit is contained in:
parent
0f8546bc69
commit
7742cc7a83
22 changed files with 449 additions and 41 deletions
7
lib/src/interfaces/stroke.ts
Normal file
7
lib/src/interfaces/stroke.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { IColor } from "@gxc-solutions/colors";
|
||||
|
||||
export interface IStroke {
|
||||
width: number;
|
||||
color: IColor;
|
||||
dash: number[];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue