geneeantd 0.0.33 → 0.0.34

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.
@@ -4,7 +4,7 @@ export type TabItem = {
4
4
  label: string;
5
5
  childrenContent: React.ReactNode;
6
6
  };
7
- export type Tabs = {
7
+ export type Tabsgenee = {
8
8
  defaultActiveKey: string;
9
9
  items: TabItem[];
10
10
  onChange?: (key: string) => void;
@@ -15,5 +15,5 @@ export type Props = {
15
15
  buttonBar?: React.ReactNode;
16
16
  statistic?: React.ReactNode;
17
17
  overview?: React.ReactNode;
18
- tabs?: Tabs;
18
+ tabs?: Tabsgenee;
19
19
  };
@@ -17,3 +17,4 @@ export * from './DoubleColLayout/type';
17
17
  export { default as DetailView } from './DetailView';
18
18
  export * from './DetailView/types';
19
19
  export { default as CustomProvider } from './Provider';
20
+ export { Button, Input, Select, Form } from 'antd';
@@ -59104,14 +59104,18 @@ const yr = "${label}不是一个有效的${type}", nq = {
59104
59104
  }) => /* @__PURE__ */ se.jsx(Sr, { locale: nq, theme: t, ...n, children: /* @__PURE__ */ se.jsx(Pw, { children: e }) });
59105
59105
  export {
59106
59106
  vq as AvatarUpload,
59107
+ dn as Button,
59107
59108
  hq as CustomProvider,
59108
59109
  gq as DetailView,
59109
59110
  pq as DoubleColLayout,
59110
59111
  sM as DynamicForm,
59111
59112
  cq as FilterForm,
59112
59113
  AJ as FloatCard,
59114
+ vn as Form,
59115
+ Mo as Input,
59113
59116
  fq as Login,
59114
59117
  mq as RemoteSelect,
59118
+ Io as Select,
59115
59119
  sq as TablePlus,
59116
59120
  rq as defaultTheme
59117
59121
  };