fix: 修复
This commit is contained in:
8
packages/bizComponent/es/index.d.ts
vendored
Normal file
8
packages/bizComponent/es/index.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import './index.less';
|
||||
declare const HelloWorld: React.FC<{
|
||||
name4: string;
|
||||
age3: string;
|
||||
}>;
|
||||
export default HelloWorld;
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
1
packages/bizComponent/es/index.d.ts.map
Normal file
1
packages/bizComponent/es/index.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAQ,cAAc,CAAC;AAEvB,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,KAAK,EAAE,MAAM,CAAC;IAAA,IAAI,EAAC,MAAM,CAAA;CAAE,CAQvD,CAAC;AACF,eAAe,UAAU,CAAC"}
|
||||
13
packages/bizComponent/es/index.js
Normal file
13
packages/bizComponent/es/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// src/index.tsx
|
||||
import { useTask } from "@lishican/antbank-platform-hooks";
|
||||
import { Button } from "antd";
|
||||
import React from "react";
|
||||
import "./index.less";
|
||||
var HelloWorld = ({ name4 }) => {
|
||||
useTask();
|
||||
return /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(Button, { type: "primary" }, name4));
|
||||
};
|
||||
var src_default = HelloWorld;
|
||||
export {
|
||||
src_default as default
|
||||
};
|
||||
6
packages/bizComponent/es/index.less
Normal file
6
packages/bizComponent/es/index.less
Normal file
@@ -0,0 +1,6 @@
|
||||
.red {
|
||||
color: red;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user