@lofcz/pptist 2.0.19 → 2.0.20
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.
|
@@ -3198,6 +3198,10 @@ export type NamespaceEditorTranslation = {
|
|
|
3198
3198
|
* Text box fill:
|
|
3199
3199
|
*/
|
|
3200
3200
|
textBoxFill: string;
|
|
3201
|
+
/**
|
|
3202
|
+
* Fixed height:
|
|
3203
|
+
*/
|
|
3204
|
+
fixedHeight: string;
|
|
3201
3205
|
/**
|
|
3202
3206
|
* Large title
|
|
3203
3207
|
*/
|
|
@@ -7794,6 +7798,10 @@ export type TranslationFunctions = {
|
|
|
7794
7798
|
* Text box fill:
|
|
7795
7799
|
*/
|
|
7796
7800
|
textBoxFill: () => LocalizedString;
|
|
7801
|
+
/**
|
|
7802
|
+
* Fixed height:
|
|
7803
|
+
*/
|
|
7804
|
+
fixedHeight: () => LocalizedString;
|
|
7797
7805
|
/**
|
|
7798
7806
|
* Large title
|
|
7799
7807
|
*/
|