@cuemath/leap 3.1.6-gg2 → 3.1.6-gg3
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
@@ -2363,7 +2363,7 @@ declare interface IMilestoneWidgetResourcesProps extends INodeCardCallbacks {
|
|
2363
2363
|
/**
|
2364
2364
|
* Configuration for a modal component
|
2365
2365
|
*/
|
2366
|
-
declare interface IModal {
|
2366
|
+
export declare interface IModal {
|
2367
2367
|
/** Unique identifier for the modal */
|
2368
2368
|
name: string;
|
2369
2369
|
/** Content to display inside the modal */
|