@spiffcommerce/core 5.0.0 → 5.0.1
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/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1311,7 +1311,7 @@ export const AdvancedEditor: FunctionComponent<{
|
|
|
1311
1311
|
/**
|
|
1312
1312
|
* A wrapping component that provides a simple interface for interacting with a variant.
|
|
1313
1313
|
*/
|
|
1314
|
-
|
|
1314
|
+
export class Variant {
|
|
1315
1315
|
constructor(variant: _VariantResource1);
|
|
1316
1316
|
/**
|
|
1317
1317
|
* @returns The unique identifier for the variant.
|