jderobot-ide-interface 0.2.124 → 0.2.126
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.
|
@@ -18,7 +18,7 @@ interface StyledExplorerAccentProps {
|
|
|
18
18
|
}
|
|
19
19
|
export declare const StyledExplorerAccent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("@mui/material/SvgIcon").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
20
20
|
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
21
|
-
}, "children" | "style" | "
|
|
21
|
+
}, "children" | "style" | "color" | "className" | "fontSize" | "shapeRendering" | "viewBox" | "classes" | "htmlColor" | "inheritViewBox" | "sx" | "titleAccess">, StyledExplorerAccentProps>> & string & Omit<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
|
|
22
22
|
muiName: string;
|
|
23
23
|
}, keyof import("react").Component<any, {}, any>>;
|
|
24
24
|
export {};
|
|
@@ -15,12 +15,12 @@ interface StyledModalTitlebarProps {
|
|
|
15
15
|
export declare const StyledModalTitlebar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledModalTitlebarProps>> & string;
|
|
16
16
|
export declare const StyledModalCloseButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("@mui/material/SvgIcon").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
17
17
|
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
18
|
-
}, "children" | "style" | "
|
|
18
|
+
}, "children" | "style" | "color" | "className" | "fontSize" | "shapeRendering" | "viewBox" | "classes" | "htmlColor" | "inheritViewBox" | "sx" | "titleAccess">, never>> & string & Omit<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
|
|
19
19
|
muiName: string;
|
|
20
20
|
}, keyof import("react").Component<any, {}, any>>;
|
|
21
21
|
export declare const StyledModalBackButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("@mui/material/SvgIcon").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
22
22
|
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
23
|
-
}, "children" | "style" | "
|
|
23
|
+
}, "children" | "style" | "color" | "className" | "fontSize" | "shapeRendering" | "viewBox" | "classes" | "htmlColor" | "inheritViewBox" | "sx" | "titleAccess">, never>> & string & Omit<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material/SvgIcon").SvgIconTypeMap<{}, "svg">> & {
|
|
24
24
|
muiName: string;
|
|
25
25
|
}, keyof import("react").Component<any, {}, any>>;
|
|
26
26
|
interface StyledModalRowProps {
|