🚧 Wrestling with TypeScript
This commit is contained in:
parent
f4d2785972
commit
2dbebb87d6
7 changed files with 16 additions and 22 deletions
|
@ -1,3 +1,11 @@
|
|||
export type context = {
|
||||
settings: {[propName: string]: any};
|
||||
options: {[propName: string]: any};
|
||||
values: {[propName: string]: any};
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
/*
|
||||
export type PatternOptionType = "measure" | "percentage" | "angle" | "choice" | "constant";
|
||||
|
||||
export interface PatternOption {
|
||||
|
@ -63,3 +71,4 @@ declare namespace Pattern {
|
|||
[propName: string]: any;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue