Added support to fetching current values of non-overrides props

This commit is contained in:
Alexander Cerutti
2019-06-27 23:43:29 +02:00
parent 9f924bbdcd
commit 05193aa32a
2 changed files with 67 additions and 20 deletions

View File

@@ -75,6 +75,7 @@ export interface OverridesSupportedOptions {
labelColor?: string;
groupingIdentifier?: string;
suppressStripShine?: boolean;
logoText?: string;
maxDistance?: number;
}