@claspo/common 6.0.14 → 6.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -186,10 +186,10 @@ export declare enum IndentationPropertyPaneManifestType {
|
|
|
186
186
|
MARGIN = "MARGIN"
|
|
187
187
|
}
|
|
188
188
|
export interface HoverAnimationPropertyPaneManifestModelI extends BasePropertyPaneManifestModelI {
|
|
189
|
-
params
|
|
189
|
+
params?: HoverAnimationPropertyPaneManifestParamsI;
|
|
190
190
|
}
|
|
191
191
|
export interface HoverAnimationPropertyPaneManifestParamsI {
|
|
192
|
-
animationTypeProp
|
|
192
|
+
animationTypeProp?: {
|
|
193
193
|
elementProp?: string;
|
|
194
194
|
propPath?: string[];
|
|
195
195
|
};
|