@cuemath/leap 3.5.9-as5 → 3.5.9-as6
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/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7227,7 +7227,7 @@ export declare const usePuzzleUnassignJourney: () => {
|
|
|
7227
7227
|
|
|
7228
7228
|
export declare const User2Icon: FC<SVGProps<SVGSVGElement>>;
|
|
7229
7229
|
|
|
7230
|
-
declare enum USER_TYPE {
|
|
7230
|
+
export declare enum USER_TYPE {
|
|
7231
7231
|
TEACHER = "TEACHER",
|
|
7232
7232
|
STUDENT = "STUDENT",
|
|
7233
7233
|
PARENT = "PARENT"
|