revdev-components 0.96.0 → 0.98.0
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/build/fields/select/index.d.ts +2 -3
- package/build/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { SelectProps } from "antd";
|
|
3
3
|
import { FormLineProps } from "../line";
|
|
4
|
-
interface
|
|
4
|
+
export interface SelectFieldProps extends FormLineProps, Omit<SelectProps, "name"> {
|
|
5
5
|
}
|
|
6
|
-
export declare const SelectField: React.FC<
|
|
7
|
-
export {};
|
|
6
|
+
export declare const SelectField: React.FC<SelectFieldProps>;
|
package/build/index.js
CHANGED
|
@@ -129,7 +129,7 @@ var SvgArrowBackIos = function SvgArrowBackIos(props) {
|
|
|
129
129
|
xmlns: "http://www.w3.org/2000/svg",
|
|
130
130
|
viewBox: "0 0 32 32"
|
|
131
131
|
}, props), _path$2k || (_path$2k = /*#__PURE__*/React__namespace.createElement("path", {
|
|
132
|
-
d: "
|
|
132
|
+
d: "M23.781 5.189 12.969 16.001l10.812 10.812-2.375 2.375L8.218 16 21.406 2.812z"
|
|
133
133
|
})));
|
|
134
134
|
};
|
|
135
135
|
|