@kentico/xperience-admin-base 31.5.4 → 31.6.0
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 +2 -2
- package/dist/entry.js +7 -7
- package/package.json +24 -24
package/dist/entry.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { DefineIconParameters } from 'froala-editor';
|
|
|
2
2
|
import { DraggableProvidedDragHandleProps } from '@hello-pangea/dnd';
|
|
3
3
|
import { ForwardRefExoticComponent } from 'react';
|
|
4
4
|
import { FroalaOptions } from 'froala-editor';
|
|
5
|
-
import { JSX as JSX_2 } from 'react
|
|
5
|
+
import { JSX as JSX_2 } from 'react';
|
|
6
6
|
import { MutableRefObject } from 'react';
|
|
7
7
|
import { default as React_2 } from 'react';
|
|
8
8
|
import { RefAttributes } from 'react';
|
|
@@ -713,7 +713,7 @@ declare interface RichTextEditorRef {
|
|
|
713
713
|
readonly isDisabled?: () => boolean;
|
|
714
714
|
}
|
|
715
715
|
|
|
716
|
-
export declare const RoutingContentPlaceholder: ({ children }: RoutingContentPlaceholderProps) =>
|
|
716
|
+
export declare const RoutingContentPlaceholder: ({ children }: RoutingContentPlaceholderProps) => React_2.JSX.Element;
|
|
717
717
|
|
|
718
718
|
/**
|
|
719
719
|
* Represents properties for RoutingContentPlaceholder component.
|