@spiffcommerce/core 21.13.1-0 → 21.13.1-alpha.0
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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +362 -347
- package/dist/index.umd.cjs +36 -36
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3241,7 +3241,7 @@ declare class QuestionStepHandle extends StepHandle<QuestionStepData> {
|
|
|
3241
3241
|
/**
|
|
3242
3242
|
* The way that this step expects to be rendered.
|
|
3243
3243
|
*/
|
|
3244
|
-
getDisplayType():
|
|
3244
|
+
getDisplayType(): string | undefined;
|
|
3245
3245
|
}
|
|
3246
3246
|
|
|
3247
3247
|
declare class ShapeStepHandle extends StepHandle<ShapeStepData> {
|