@fox-js/foxui-pc 4.0.1-51 → 4.0.1-52
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.cjs.js +2 -2
- package/dist/index.esm.js +941 -938
- package/dist/index.umd.js +2 -2
- package/dist/style.esm.js +1 -1
- package/dist/types/index.d.ts +7 -0
- package/package.json +1 -1
package/dist/style.esm.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -1154,6 +1154,13 @@ export { numberFormat }
|
|
|
1154
1154
|
*/
|
|
1155
1155
|
export declare const objectToString: () => string;
|
|
1156
1156
|
|
|
1157
|
+
/**
|
|
1158
|
+
* 只执行一次函数
|
|
1159
|
+
* @param func
|
|
1160
|
+
* @returns
|
|
1161
|
+
*/
|
|
1162
|
+
export declare function once(func: GenericFunction): GenericFunction;
|
|
1163
|
+
|
|
1157
1164
|
/**
|
|
1158
1165
|
* padding
|
|
1159
1166
|
*/
|