@kentico/xperience-admin-base 29.4.3 → 29.5.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/entry.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { DefineIconParameters } from 'froala-editor';
|
|
2
2
|
import { DraggableProvidedDragHandleProps } from 'react-beautiful-dnd';
|
|
3
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
3
4
|
import { MutableRefObject } from 'react';
|
|
4
5
|
import { default as React_2 } from 'react';
|
|
5
6
|
import { RefObject } from 'react';
|
|
@@ -121,7 +122,7 @@ declare interface AdditionalActionProps {
|
|
|
121
122
|
*/
|
|
122
123
|
export declare const AssetPanelRichTextEditorNestedComponent: React_2.ForwardRefExoticComponent<RichTextEditorNestedComponentProps & React_2.RefAttributes<RichTextEditorNestedComponentRef>>;
|
|
123
124
|
|
|
124
|
-
export declare const AssetRichTextEditorPlugin: ({ inputRef, froalaEditorConfigurator, froalaEditorRef }: AssetRichTextEditorPluginProps) =>
|
|
125
|
+
export declare const AssetRichTextEditorPlugin: ({ inputRef, froalaEditorConfigurator, froalaEditorRef }: AssetRichTextEditorPluginProps) => JSX_2.Element;
|
|
125
126
|
|
|
126
127
|
export declare interface AssetRichTextEditorPluginProps extends RichTextEditorPluginProps {
|
|
127
128
|
}
|
|
@@ -847,7 +848,7 @@ export declare interface RichTextEditorDropdownOption {
|
|
|
847
848
|
}
|
|
848
849
|
|
|
849
850
|
export declare const RichTextEditorNestedComponentLoader: {
|
|
850
|
-
({ onLoad, ...props }: RichTextEditorNestedComponentLoaderProps):
|
|
851
|
+
({ onLoad, ...props }: RichTextEditorNestedComponentLoaderProps): JSX_2.Element;
|
|
851
852
|
displayName: string;
|
|
852
853
|
};
|
|
853
854
|
|
|
@@ -929,7 +930,7 @@ declare interface RichTextEditorRef {
|
|
|
929
930
|
readonly isDisabled?: () => boolean;
|
|
930
931
|
}
|
|
931
932
|
|
|
932
|
-
export declare const RoutingContentPlaceholder: ({ children }: RoutingContentPlaceholderProps) =>
|
|
933
|
+
export declare const RoutingContentPlaceholder: ({ children }: RoutingContentPlaceholderProps) => JSX_2.Element;
|
|
933
934
|
|
|
934
935
|
/**
|
|
935
936
|
* Represents properties for RoutingContentPlaceholder component.
|