@reltio/dashboard 1.4.2311 → 1.4.2313
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/bundle.js +1 -1
- package/bundle.js.LICENSE.txt +10 -15
- package/package.json +8 -8
- package/types/components/src/ActionButton/ActionButton.d.ts +1 -1
- package/types/components/src/ActionsPanel/types.d.ts +1 -1
- package/types/components/src/AsyncReactSelect/AsyncReactSelect.d.ts +1 -5
- package/types/components/src/BasicView/BasicView.d.ts +2 -10
- package/types/components/src/BubbleChart/BubbleChart.d.ts +1 -4
- package/types/components/src/CloudChart/CloudChart.d.ts +1 -4
- package/types/components/src/CreatableReactSelect/CreatableReactSelect.d.ts +1 -5
- package/types/components/src/DropDownMenuButton/DropDownMenuButton.d.ts +1 -1
- package/types/components/src/EmptyState/styles.d.ts +1 -1
- package/types/components/src/EntityUriLink/EntityUriLink.d.ts +4 -2
- package/types/components/src/ErrorBoundary/ErrorBoundary.d.ts +1 -0
- package/types/components/src/HOCs/withReactSelectMuiSkin/withReactSelectMuiSkin.d.ts +1 -5
- package/types/components/src/MapChart/MapChart.d.ts +5 -4
- package/types/components/src/MultiSelect/MultiSelect.d.ts +22 -40
- package/types/components/src/PieChart/PieChart.d.ts +1 -5
- package/types/components/src/Popper/Popper.d.ts +5 -9
- package/types/components/src/ReactSelect/ReactSelect.d.ts +1 -5
- package/types/components/src/SegmentIdLink/SegmentIdLink.d.ts +4 -2
- package/types/components/src/SmallIconButton/SmallIconButton.d.ts +4 -2
package/bundle.js.LICENSE.txt
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
1
|
/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
|
|
8
2
|
|
|
9
3
|
/**
|
|
@@ -16,6 +10,16 @@ object-assign
|
|
|
16
10
|
* LICENSE file in the root directory of this source tree.
|
|
17
11
|
*/
|
|
18
12
|
|
|
13
|
+
/**
|
|
14
|
+
* @license React
|
|
15
|
+
* react-jsx-runtime.production.min.js
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
18
|
+
*
|
|
19
|
+
* This source code is licensed under the MIT license found in the
|
|
20
|
+
* LICENSE file in the root directory of this source tree.
|
|
21
|
+
*/
|
|
22
|
+
|
|
19
23
|
/**
|
|
20
24
|
* A better abstraction over CSS.
|
|
21
25
|
*
|
|
@@ -41,12 +45,3 @@ object-assign
|
|
|
41
45
|
* This source code is licensed under the MIT license found in the
|
|
42
46
|
* LICENSE file in the root directory of this source tree.
|
|
43
47
|
*/
|
|
44
|
-
|
|
45
|
-
/** @license React v17.0.2
|
|
46
|
-
* react-jsx-runtime.production.min.js
|
|
47
|
-
*
|
|
48
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
49
|
-
*
|
|
50
|
-
* This source code is licensed under the MIT license found in the
|
|
51
|
-
* LICENSE file in the root directory of this source tree.
|
|
52
|
-
*/
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reltio/dashboard",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2313",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE FILE",
|
|
5
5
|
"main": "bundle.js",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@reltio/components": "^1.4.
|
|
9
|
-
"@reltio/mdm-module": "^1.4.
|
|
10
|
-
"@reltio/mdm-sdk": "^1.4.
|
|
8
|
+
"@reltio/components": "^1.4.2272",
|
|
9
|
+
"@reltio/mdm-module": "^1.4.2092",
|
|
10
|
+
"@reltio/mdm-sdk": "^1.4.2051",
|
|
11
11
|
"object-hash": "^2.1.1"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"classnames": "^2.2.5",
|
|
19
19
|
"moment": "^2.29.4",
|
|
20
20
|
"ramda": "^0.28.0",
|
|
21
|
-
"react": "^
|
|
22
|
-
"react-components": "bitbucket:reltio-ondemand/react-components#
|
|
23
|
-
"react-redux": "^
|
|
21
|
+
"react": "^18.3.1",
|
|
22
|
+
"react-components": "bitbucket:reltio-ondemand/react-components#v5.0.1",
|
|
23
|
+
"react-redux": "^8.1.3",
|
|
24
24
|
"react-resize-detector": "^9.1.1",
|
|
25
|
-
"recharts": "^2.15.
|
|
25
|
+
"recharts": "^2.15.1",
|
|
26
26
|
"ui-i18n": "bitbucket:reltio-ondemand/ui-i18n#v1.4.0"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
export declare const AsyncReactSelect: {
|
|
2
|
-
(
|
|
2
|
+
({ components: componentsProp, classes: classesProp, error, TextFieldProps, innerRef, ...selectProps }: Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "value" | "onChange" | "menuIsOpen" | "inputValue" | "onInputChange" | "onMenuOpen" | "onMenuClose"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("../types").ReactSelectMuiSkinProps): import("react").JSX.Element;
|
|
3
3
|
displayName: string;
|
|
4
|
-
defaultProps: {
|
|
5
|
-
components: {};
|
|
6
|
-
classes: {};
|
|
7
|
-
};
|
|
8
4
|
};
|
|
@@ -1,11 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
classes?: Partial<import("@mui/material/Paper").PaperClasses>;
|
|
5
|
-
elevation?: number;
|
|
6
|
-
square?: boolean;
|
|
7
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
|
|
8
|
-
variant?: import("@mui/types").OverridableStringUnion<"elevation" | "outlined", import("@mui/material/Paper").PaperPropsVariantOverrides>;
|
|
9
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
10
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
11
|
-
}, "children" | "square" | keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "elevation" | "variant">, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
2
|
+
import { PaperProps } from '@mui/material/Paper';
|
|
3
|
+
export declare const BasicView: React.ForwardRefExoticComponent<Omit<PaperProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -7,10 +7,7 @@ type Props = BaseChartProps & {
|
|
|
7
7
|
};
|
|
8
8
|
export declare const BubbleChart: ({ width, height, data, options, onItemClick }: Props) => React.JSX.Element;
|
|
9
9
|
declare const _default: {
|
|
10
|
-
({ data, ...otherProps }:
|
|
11
|
-
chartType?: ChartType.BUBBLE;
|
|
12
|
-
options?: BubbleChartOptions;
|
|
13
|
-
}): React.JSX.Element;
|
|
10
|
+
({ data, ...otherProps }: Props): React.JSX.Element;
|
|
14
11
|
displayName: string;
|
|
15
12
|
};
|
|
16
13
|
export default _default;
|
|
@@ -7,10 +7,7 @@ type Props = BaseChartProps & {
|
|
|
7
7
|
};
|
|
8
8
|
export declare const CloudChart: ({ width, height, data, options, onItemClick }: Props) => React.JSX.Element;
|
|
9
9
|
declare const _default: {
|
|
10
|
-
({ data, ...otherProps }:
|
|
11
|
-
chartType?: ChartType.CLOUD;
|
|
12
|
-
options?: CloudChartOptions;
|
|
13
|
-
}): React.JSX.Element;
|
|
10
|
+
({ data, ...otherProps }: Props): React.JSX.Element;
|
|
14
11
|
displayName: string;
|
|
15
12
|
};
|
|
16
13
|
export default _default;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
export declare const CreatableReactSelect: {
|
|
2
|
-
(
|
|
2
|
+
({ components: componentsProp, classes: classesProp, error, TextFieldProps, innerRef, ...selectProps }: Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "value" | "onChange" | "menuIsOpen" | "inputValue" | "onInputChange" | "onMenuOpen" | "onMenuClose"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("../types").ReactSelectMuiSkinProps): import("react").JSX.Element;
|
|
3
3
|
displayName: string;
|
|
4
|
-
defaultProps: {
|
|
5
|
-
components: {};
|
|
6
|
-
classes: {};
|
|
7
|
-
};
|
|
8
4
|
};
|
|
@@ -11,7 +11,7 @@ type Props<T> = {
|
|
|
11
11
|
menuId: string;
|
|
12
12
|
onMenuOpen?: () => void;
|
|
13
13
|
onMenuClose?: () => void;
|
|
14
|
-
MenuItemRenderer?: (props: any) => React.
|
|
14
|
+
MenuItemRenderer?: (props: any) => React.ReactNode;
|
|
15
15
|
};
|
|
16
16
|
export declare function DropDownMenuButton<T = DropDownMenuItem>({ className, menuId, buttonComponent, buttonContent, menuItems, buttonProps, popoverProps, onMenuOpen, onMenuClose, MenuItemRenderer }: Props<T>): React.JSX.Element;
|
|
17
17
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"small" | "embedded" | "text" | "button" | "
|
|
1
|
+
export declare const useStyles: (props?: any) => import("@mui/styles").ClassNameMap<"small" | "embedded" | "text" | "button" | "textBox" | "logo" | "root" | "root_small" | "full" | "secondaryText">;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
type Props = Omit<React.HTMLProps<HTMLAnchorElement>, 'href' | 'onClick' | 'target'> & {
|
|
3
3
|
value: string;
|
|
4
4
|
screen?: string;
|
|
5
5
|
shouldOpenInNewTab?: boolean;
|
|
6
6
|
disabled?: boolean;
|
|
7
|
-
}
|
|
7
|
+
};
|
|
8
|
+
export declare const EntityUriLink: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
|
|
9
|
+
export {};
|
|
@@ -2,10 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { Props, GroupBase } from 'react-select';
|
|
3
3
|
import { ReactSelectMuiSkinProps } from '../../types';
|
|
4
4
|
export declare const withReactSelectMuiSkin: <Option, IsMulti extends boolean, Group extends GroupBase<Option> = GroupBase<Option>>(SelectComponent: any) => {
|
|
5
|
-
(
|
|
5
|
+
({ components: componentsProp, classes: classesProp, error, TextFieldProps, innerRef, ...selectProps }: Props<Option, IsMulti, Group> & ReactSelectMuiSkinProps): React.JSX.Element;
|
|
6
6
|
displayName: string;
|
|
7
|
-
defaultProps: {
|
|
8
|
-
components: {};
|
|
9
|
-
classes: {};
|
|
10
|
-
};
|
|
11
7
|
};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ChartType, MapChartOptions } from '@reltio/mdm-sdk';
|
|
3
3
|
import { BaseChartProps } from '../types/charts';
|
|
4
|
+
type Props = BaseChartProps & {
|
|
5
|
+
chartType?: ChartType.MAP;
|
|
6
|
+
options?: MapChartOptions;
|
|
7
|
+
};
|
|
4
8
|
declare const _default: {
|
|
5
|
-
({ data, ...otherProps }:
|
|
6
|
-
chartType?: ChartType.MAP;
|
|
7
|
-
options?: MapChartOptions;
|
|
8
|
-
}): React.JSX.Element;
|
|
9
|
+
({ data, ...otherProps }: Props): React.JSX.Element;
|
|
9
10
|
displayName: string;
|
|
10
11
|
};
|
|
11
12
|
export default _default;
|
|
@@ -1,39 +1,23 @@
|
|
|
1
1
|
export function MultiSelect(props: any): React.JSX.Element;
|
|
2
2
|
export namespace MultiSelect {
|
|
3
|
-
namespace defaultProps {
|
|
4
|
-
let creatable: boolean;
|
|
5
|
-
let cacheOptions: boolean;
|
|
6
|
-
let components: {};
|
|
7
|
-
let classes: {};
|
|
8
|
-
let placeholder: string;
|
|
9
|
-
let loadingIndicator: boolean;
|
|
10
|
-
function onInputChange(): void;
|
|
11
|
-
function onChange(): void;
|
|
12
|
-
}
|
|
13
3
|
namespace propTypes {
|
|
14
|
-
let
|
|
15
|
-
|
|
16
|
-
let
|
|
17
|
-
|
|
18
|
-
export let defaultOptions: PropTypes.Requireable<boolean>;
|
|
19
|
-
export let value: PropTypes.Requireable<PropTypes.InferProps<{
|
|
4
|
+
let creatable: PropTypes.Requireable<boolean>;
|
|
5
|
+
let cacheOptions: PropTypes.Requireable<boolean>;
|
|
6
|
+
let defaultOptions: PropTypes.Requireable<boolean>;
|
|
7
|
+
let value: PropTypes.Requireable<PropTypes.InferProps<{
|
|
20
8
|
label: PropTypes.Validator<string>;
|
|
21
9
|
value: PropTypes.Requireable<any>;
|
|
22
10
|
}>[]>;
|
|
23
|
-
|
|
11
|
+
let options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
24
12
|
label: PropTypes.Validator<string>;
|
|
25
13
|
value: PropTypes.Requireable<any>;
|
|
26
14
|
}>[]>;
|
|
27
|
-
let
|
|
28
|
-
|
|
29
|
-
let
|
|
30
|
-
|
|
31
|
-
let
|
|
32
|
-
|
|
33
|
-
export let label: PropTypes.Requireable<string>;
|
|
34
|
-
let loadingIndicator_1: PropTypes.Requireable<boolean>;
|
|
35
|
-
export { loadingIndicator_1 as loadingIndicator };
|
|
36
|
-
let components_1: PropTypes.Requireable<PropTypes.InferProps<{
|
|
15
|
+
let onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
16
|
+
let onInputChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
17
|
+
let placeholder: PropTypes.Requireable<string>;
|
|
18
|
+
let label: PropTypes.Requireable<string>;
|
|
19
|
+
let loadingIndicator: PropTypes.Requireable<boolean>;
|
|
20
|
+
let components: PropTypes.Requireable<PropTypes.InferProps<{
|
|
37
21
|
ClearIndicator: PropTypes.Requireable<(...args: any[]) => any>;
|
|
38
22
|
Control: PropTypes.Requireable<(...args: any[]) => any>;
|
|
39
23
|
DropdownIndicator: PropTypes.Requireable<(...args: any[]) => any>;
|
|
@@ -60,8 +44,7 @@ export namespace MultiSelect {
|
|
|
60
44
|
SingleValue: PropTypes.Requireable<(...args: any[]) => any>;
|
|
61
45
|
ValueContainer: PropTypes.Requireable<(...args: any[]) => any>;
|
|
62
46
|
}>>;
|
|
63
|
-
|
|
64
|
-
let classes_1: PropTypes.Requireable<PropTypes.InferProps<{
|
|
47
|
+
let classes: PropTypes.Requireable<PropTypes.InferProps<{
|
|
65
48
|
control: PropTypes.Requireable<string>;
|
|
66
49
|
valueContainer: PropTypes.Requireable<string>;
|
|
67
50
|
multiValue: PropTypes.Requireable<string>;
|
|
@@ -75,8 +58,7 @@ export namespace MultiSelect {
|
|
|
75
58
|
'option--selected': PropTypes.Requireable<string>;
|
|
76
59
|
label: PropTypes.Requireable<string>;
|
|
77
60
|
}>>;
|
|
78
|
-
|
|
79
|
-
export let styles: PropTypes.Requireable<PropTypes.InferProps<{
|
|
61
|
+
let styles: PropTypes.Requireable<PropTypes.InferProps<{
|
|
80
62
|
clearIndicator: PropTypes.Requireable<(...args: any[]) => any>;
|
|
81
63
|
container: PropTypes.Requireable<(...args: any[]) => any>;
|
|
82
64
|
control: PropTypes.Requireable<(...args: any[]) => any>;
|
|
@@ -100,15 +82,15 @@ export namespace MultiSelect {
|
|
|
100
82
|
singleValue: PropTypes.Requireable<(...args: any[]) => any>;
|
|
101
83
|
valueContainer: PropTypes.Requireable<(...args: any[]) => any>;
|
|
102
84
|
}>>;
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
85
|
+
let TextFieldProps: PropTypes.Requireable<object>;
|
|
86
|
+
let getOptions: PropTypes.Requireable<(...args: any[]) => any>;
|
|
87
|
+
let menuPlacement: PropTypes.Requireable<string>;
|
|
88
|
+
let menuPortalTarget: PropTypes.Requireable<object>;
|
|
89
|
+
let menuShouldBlockScroll: PropTypes.Requireable<boolean>;
|
|
90
|
+
let captureMenuScroll: PropTypes.Requireable<boolean>;
|
|
91
|
+
let getOptionValue: PropTypes.Requireable<(...args: any[]) => any>;
|
|
92
|
+
let isSearchable: PropTypes.Requireable<boolean>;
|
|
93
|
+
let inputRef: PropTypes.Requireable<PropTypes.InferProps<{
|
|
112
94
|
current: PropTypes.Requireable<object>;
|
|
113
95
|
}>>;
|
|
114
96
|
}
|
|
@@ -8,11 +8,7 @@ type Props = BaseChartProps & {
|
|
|
8
8
|
};
|
|
9
9
|
export declare const PieChart: ({ width, height, data, options, isDonut, onItemClick }: Props) => React.JSX.Element;
|
|
10
10
|
declare const _default: {
|
|
11
|
-
({ data, ...otherProps }:
|
|
12
|
-
chartType?: ChartType.PIE | ChartType.DONUT;
|
|
13
|
-
isDonut?: boolean;
|
|
14
|
-
options?: PieChartOptions;
|
|
15
|
-
}): React.JSX.Element;
|
|
11
|
+
({ data, ...otherProps }: Props): React.JSX.Element;
|
|
16
12
|
displayName: string;
|
|
17
13
|
};
|
|
18
14
|
export default _default;
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
components?: {
|
|
5
|
-
Root?: React.ElementType;
|
|
6
|
-
};
|
|
7
|
-
componentsProps?: import("@mui/base").PopperProps["slotProps"];
|
|
8
|
-
sx?: import("@mui/system").SxProps<import("@mui/material").Theme>;
|
|
9
|
-
} & {
|
|
2
|
+
import { PopperProps } from '@mui/material/Popper';
|
|
3
|
+
type Props = PopperProps & {
|
|
10
4
|
modal?: boolean;
|
|
11
5
|
anchorEl?: HTMLElement | null;
|
|
12
6
|
excludeAnchorFromBackdrop?: boolean;
|
|
13
7
|
onClose?: () => void;
|
|
14
|
-
}
|
|
8
|
+
};
|
|
9
|
+
export declare const Popper: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
+
export {};
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
export declare const ReactSelect: {
|
|
2
|
-
(
|
|
2
|
+
({ components: componentsProp, classes: classesProp, error, TextFieldProps, innerRef, ...selectProps }: Omit<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>, "value" | "onChange" | "menuIsOpen" | "inputValue" | "onInputChange" | "onMenuOpen" | "onMenuClose"> & Partial<import("react-select/dist/declarations/src/Select").PublicBaseSelectProps<unknown, boolean, import("react-select").GroupBase<unknown>>> & import("react-select/dist/declarations/src/useStateManager").StateManagerAdditionalProps<unknown> & import("../types").ReactSelectMuiSkinProps): import("react").JSX.Element;
|
|
3
3
|
displayName: string;
|
|
4
|
-
defaultProps: {
|
|
5
|
-
components: {};
|
|
6
|
-
classes: {};
|
|
7
|
-
};
|
|
8
4
|
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
type Props = Omit<React.HTMLProps<HTMLAnchorElement>, 'href' | 'onClick' | 'target'> & {
|
|
3
3
|
segmentId: string;
|
|
4
4
|
shouldOpenInNewTab?: boolean;
|
|
5
5
|
parentId?: string;
|
|
6
|
-
}
|
|
6
|
+
};
|
|
7
|
+
export declare const SegmentIdLink: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
|
|
8
|
+
export {};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IconButtonProps } from '@mui/material/IconButton';
|
|
3
3
|
import { SIZES } from './constants';
|
|
4
|
-
|
|
4
|
+
type Props = Omit<IconButtonProps, 'size'> & {
|
|
5
5
|
iconClassName?: string;
|
|
6
6
|
icon?: React.ElementType;
|
|
7
7
|
size?: keyof typeof SIZES;
|
|
8
|
-
}
|
|
8
|
+
};
|
|
9
|
+
export declare const SmallIconButton: React.ForwardRefExoticComponent<Omit<Props, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
export {};
|