@owp/core 2.1.2 → 2.1.4
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/types/index.d.ts
CHANGED
|
@@ -32,7 +32,6 @@ export * from './components/OwpPicker/OwpYearRangePicker';
|
|
|
32
32
|
export * from './components/OwpScrollbars';
|
|
33
33
|
export * from './components/OwpSearchFilter';
|
|
34
34
|
export * from './components/OwpSection';
|
|
35
|
-
export * from './components/OwpSplashScreen';
|
|
36
35
|
export * from './components/OwpStyleProvider';
|
|
37
36
|
export * from './components/OwpSuspense';
|
|
38
37
|
export * from './components/OwpSvgIcon';
|
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The OwpSplashScreen component is responsible for rendering a splash screen with a logo and a loading spinner.
|
|
3
|
-
* It uses various MUI components to render the logo and spinner.
|
|
4
|
-
* The component is memoized to prevent unnecessary re-renders.
|
|
5
|
-
*/
|
|
6
|
-
declare function OwpSplashScreen(): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
/**
|
|
8
|
-
* OwpSplashScreenMemo 메모이징 컴포넌트
|
|
9
|
-
*/
|
|
10
|
-
declare const OwpSplashScreenMemo: import("react").MemoExoticComponent<typeof OwpSplashScreen>;
|
|
11
|
-
export { OwpSplashScreenMemo as OwpSplashScreen };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { OwpSplashScreen } from './OwpSplashScreen';
|