hc-busin-components 1.1.0 → 1.1.1
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.
|
@@ -25,7 +25,7 @@ import zhCN from 'rc-calendar/lib/locale/zh_CN';
|
|
|
25
25
|
import zhHK from 'rc-calendar/lib/locale/zh_TW';
|
|
26
26
|
import TimePickerPanel from 'rc-time-picker/lib/Panel';
|
|
27
27
|
import React, { useCallback, useContext, useEffect, useMemo, useRef, useState } from 'react';
|
|
28
|
-
import useGetPrefixCls from "
|
|
28
|
+
import useGetPrefixCls from "../hooks/useGetPrefixCls";
|
|
29
29
|
import 'rc-calendar/assets/index.css';
|
|
30
30
|
import 'rc-time-picker/assets/index.css';
|
|
31
31
|
import "./index.less";
|
package/dist/PageHeader/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import Icon from "../Icon";
|
|
3
|
-
import useGetPrefixCls from "
|
|
3
|
+
import useGetPrefixCls from "../hooks/useGetPrefixCls";
|
|
4
4
|
import { usePageHeaderStyles } from "./style";
|
|
5
5
|
var PageHeader = function PageHeader(_ref) {
|
|
6
6
|
var _ref$backIcon = _ref.backIcon,
|