@minecraft/server-ui 1.4.0-beta.1.21.30-preview.25 → 1.4.0-beta.1.21.30-stable
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/index.d.ts +0 -6
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -439,9 +439,6 @@ export class ModalFormResponse extends FormResponse {
|
|
|
439
439
|
readonly formValues?: (boolean | number | string)[];
|
|
440
440
|
}
|
|
441
441
|
|
|
442
|
-
/**
|
|
443
|
-
* @rc
|
|
444
|
-
*/
|
|
445
442
|
export class UIManager {
|
|
446
443
|
private constructor();
|
|
447
444
|
/**
|
|
@@ -459,7 +456,4 @@ export class FormRejectError extends Error {
|
|
|
459
456
|
reason: FormRejectReason;
|
|
460
457
|
}
|
|
461
458
|
|
|
462
|
-
/**
|
|
463
|
-
* @rc
|
|
464
|
-
*/
|
|
465
459
|
export const uiManager: UIManager;
|