@cgi-learning-hub/ui 1.12.0-dev.1771407294 → 1.12.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/index.cjs.js +211 -484
- package/dist/index.d.ts +0 -15
- package/dist/index.es.js +211 -484
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -652,21 +652,6 @@ export { useMediaQuery }
|
|
|
652
652
|
|
|
653
653
|
export { Zoom }
|
|
654
654
|
|
|
655
|
-
export declare const ZoomComponent: FC<ZoomComponentProps>;
|
|
656
|
-
|
|
657
|
-
declare interface ZoomComponentProps {
|
|
658
|
-
opacity?: number;
|
|
659
|
-
zoomLevel: number;
|
|
660
|
-
zoomMaxLevel: number;
|
|
661
|
-
zoomIn: () => void;
|
|
662
|
-
zoomOut: () => void;
|
|
663
|
-
resetZoom: () => void;
|
|
664
|
-
label?: string;
|
|
665
|
-
slotProps?: {
|
|
666
|
-
boxStyle?: BoxProps;
|
|
667
|
-
};
|
|
668
|
-
}
|
|
669
|
-
|
|
670
655
|
|
|
671
656
|
export * from "@mui/lab/TabContext";
|
|
672
657
|
export * from "@mui/lab/TabList";
|