Skip to content

Commit

Permalink
fix(types): add transitive to value transform type (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
weaintplastic authored Feb 6, 2021
1 parent 32bd40d commit 695eed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ declare namespace StyleDictionary {

interface ValueTransform {
type: "value";
transitive?: boolean;
matcher?: (prop: Prop) => boolean;
transformer: (prop: Prop, options: Platform) => string;
}
Expand Down

0 comments on commit 695eed6

Please sign in to comment.