build
This commit is contained in:
parent
5f37fe3724
commit
7cdd2d152a
|
|
@ -21,7 +21,7 @@ declare const List: <T extends keyof EntityDict>(props: ReactComponentProps<Enti
|
||||||
rowSelection?: any;
|
rowSelection?: any;
|
||||||
hideHeader?: boolean | undefined;
|
hideHeader?: boolean | undefined;
|
||||||
disableSerialNumber?: boolean | undefined;
|
disableSerialNumber?: boolean | undefined;
|
||||||
size?: "large" | "middle" | "small" | undefined;
|
size?: "small" | "middle" | "large" | undefined;
|
||||||
scroll?: any;
|
scroll?: any;
|
||||||
empty?: React.ReactNode;
|
empty?: React.ReactNode;
|
||||||
opWidth?: number | undefined;
|
opWidth?: number | undefined;
|
||||||
|
|
@ -43,7 +43,7 @@ declare const ListPro: <T extends keyof EntityDict>(props: {
|
||||||
tablePagination?: any;
|
tablePagination?: any;
|
||||||
rowSelection?: any;
|
rowSelection?: any;
|
||||||
disableSerialNumber?: boolean | undefined;
|
disableSerialNumber?: boolean | undefined;
|
||||||
size?: "large" | "middle" | "small" | undefined;
|
size?: "small" | "middle" | "large" | undefined;
|
||||||
scroll?: any;
|
scroll?: any;
|
||||||
empty?: any;
|
empty?: any;
|
||||||
opWidth?: number | undefined;
|
opWidth?: number | undefined;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import WechatPay from './WechatPay';
|
import WechatPay from './WechatPay';
|
||||||
import WechatPayDebug from './WechatPay.debug';
|
import WechatPayDebug from './WechatPay.debug';
|
||||||
declare const _default: typeof WechatPay | typeof WechatPayDebug;
|
declare const _default: typeof WechatPayDebug | typeof WechatPay;
|
||||||
export default _default;
|
export default _default;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import WechatPay from './WechatPay';
|
import WechatPay from './WechatPay';
|
||||||
import WechatPayDebug from './WechatPay.debug';
|
import WechatPayDebug from './WechatPay.debug';
|
||||||
declare const _default: typeof WechatPay | typeof WechatPayDebug;
|
declare const _default: typeof WechatPayDebug | typeof WechatPay;
|
||||||
export default _default;
|
export default _default;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue