@gx-design-vue/pro-utils 0.2.0-beta.1 → 0.2.0-beta.10

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.d.ts CHANGED
@@ -1,17 +1,9 @@
1
- import './design/config.less';
2
- import './design/ant-design-theme.less';
3
- import './design/ant-design-vue.less';
4
- import './style/index.less';
5
- import './proUtils.less';
6
- import './style.less';
7
1
  import isServer from './isServer';
8
2
  import { isScroll, getScrollContainer, isInContainer } from './scroll';
9
3
  import classNames from './classNames';
10
4
  import scrollTo from './scroll/scrollTo';
11
5
  import getScroll from './scroll/getScroll';
12
6
  import throttleByAnimationFrame from './scroll/throttleByAnimationFrame';
13
- import FieldLabel, { type FieldLabelProps } from './components/FieldLabel';
14
- import LabelIconTip, { type LabelTooltipType } from './components/LabelIconTip';
15
7
  import globalConfig from './utils/config';
16
8
  export * from './merge';
17
9
  export * from './isDeepEqualReact';
@@ -22,5 +14,4 @@ export * from './slots';
22
14
  export * from './utils';
23
15
  export * from './utils/validate';
24
16
  export * from './typings';
25
- export type { LabelTooltipType, FieldLabelProps };
26
- export { isServer, globalConfig, FieldLabel, classNames, LabelIconTip, isScroll, isInContainer, getScrollContainer, scrollTo, getScroll, throttleByAnimationFrame };
17
+ export { isServer, globalConfig, classNames, isScroll, isInContainer, getScrollContainer, scrollTo, getScroll, throttleByAnimationFrame };