diff --git a/types/index.d.ts b/types/index.d.ts index 321d1d6b0..bad2c7554 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -102,6 +102,7 @@ declare namespace StyleDictionary { interface ValueTransform { type: "value"; + transitive?: boolean; matcher?: (prop: Prop) => boolean; transformer: (prop: Prop, options: Platform) => string; }