@livetiles/reach-plugin-types 0.5.0-preview.992 → 0.5.0-preview.994
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/lib/index.d.ts +5 -5
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -6599,7 +6599,7 @@ declare module "libs/reach/ui/common/src/reach-2/tabs/TabGroup" {
|
|
|
6599
6599
|
}
|
|
6600
6600
|
declare module "libs/reach/ui/common/src/reach-2/table/Table" {
|
|
6601
6601
|
import { TableProps } from 'antd';
|
|
6602
|
-
import {
|
|
6602
|
+
import { ReactElement } from 'react';
|
|
6603
6603
|
export const columnSortIcon: ({ sortOrder, }: {
|
|
6604
6604
|
sortOrder: 'ascend' | 'descend' | null;
|
|
6605
6605
|
}) => JSX.Element;
|
|
@@ -6612,8 +6612,8 @@ declare module "libs/reach/ui/common/src/reach-2/table/Table" {
|
|
|
6612
6612
|
children?: ReactElement[];
|
|
6613
6613
|
};
|
|
6614
6614
|
}) => JSX.Element;
|
|
6615
|
-
const
|
|
6616
|
-
export default
|
|
6615
|
+
const _default_2: import("react").ForwardRefExoticComponent<TableProps<any> & import("react").RefAttributes<any>>;
|
|
6616
|
+
export default _default_2;
|
|
6617
6617
|
}
|
|
6618
6618
|
declare module "libs/reach/ui/common/src/reach-2/utils" {
|
|
6619
6619
|
export function getNormalizedPercentageBasedOnDeviceHeight(heightToConvert: number, safeArea?: number, fullyExpandThreshold?: number): number;
|
|
@@ -11698,8 +11698,8 @@ declare module "libs/reach/feature/content/src/reach-2/common/editor/EnhancedRic
|
|
|
11698
11698
|
shortcuts?: string[];
|
|
11699
11699
|
useHardBreak?: boolean;
|
|
11700
11700
|
}
|
|
11701
|
-
const
|
|
11702
|
-
export default
|
|
11701
|
+
const _default_3: import("react").ForwardRefExoticComponent<EnhancedRichTextEditorProps & import("react").RefAttributes<EnhancedRichTextEditorRef>>;
|
|
11702
|
+
export default _default_3;
|
|
11703
11703
|
}
|
|
11704
11704
|
declare module "libs/reach/feature/content/src/reach-2/common/editor/common/EmojiPicker" {
|
|
11705
11705
|
import { FC } from 'react';
|