@polyv/vue-components 1.2.0 → 1.2.3

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.
Files changed (63) hide show
  1. package/package.json +2 -2
  2. package/vue2/index.es.js +1 -0
  3. package/vue2/src/components/icons/icons/arrow-circle-down/index.d.ts +1 -1
  4. package/vue2/src/components/icons/icons/arrow-circle-left/index.d.ts +1 -1
  5. package/vue2/src/components/icons/icons/arrow-circle-right/index.d.ts +1 -1
  6. package/vue2/src/components/icons/icons/arrow-circle-up/index.d.ts +1 -1
  7. package/vue2/src/components/icons/icons/arrow-down/index.d.ts +1 -1
  8. package/vue2/src/components/icons/icons/arrow-left/index.d.ts +1 -1
  9. package/vue2/src/components/icons/icons/arrow-right/index.d.ts +1 -1
  10. package/vue2/src/components/icons/icons/arrow-up/index.d.ts +1 -1
  11. package/vue2/src/components/icons/icons/check/index.d.ts +1 -1
  12. package/vue2/src/components/icons/icons/check-round-fill/index.d.ts +1 -1
  13. package/vue2/src/components/icons/icons/close/index.d.ts +1 -1
  14. package/vue2/src/components/icons/icons/close-round/index.d.ts +1 -1
  15. package/vue2/src/components/icons/icons/close-round-fill/index.d.ts +1 -1
  16. package/vue2/src/components/icons/icons/copy/index.d.ts +1 -1
  17. package/vue2/src/components/icons/icons/down-file/index.d.ts +1 -1
  18. package/vue2/src/components/icons/icons/down-load/index.d.ts +1 -1
  19. package/vue2/src/components/icons/icons/empty-prize/index.d.ts +1 -1
  20. package/vue2/src/components/icons/icons/error-round/index.d.ts +1 -1
  21. package/vue2/src/components/icons/icons/export/index.d.ts +1 -1
  22. package/vue2/src/components/icons/icons/info-round-fill/index.d.ts +1 -1
  23. package/vue2/src/components/icons/icons/list/index.d.ts +1 -1
  24. package/vue2/src/components/icons/icons/loading/index.d.ts +1 -1
  25. package/vue2/src/components/icons/icons/question-round/index.d.ts +1 -1
  26. package/vue2/src/components/icons/icons/search/index.d.ts +1 -1
  27. package/vue2/src/components/icons/icons/success-round/index.d.ts +1 -1
  28. package/vue2/src/components/icons/icons/triangle-down/index.d.ts +1 -1
  29. package/vue2/src/components/icons/icons/triangle-up/index.d.ts +1 -1
  30. package/vue2/src/components/icons/icons/warning-round-fill/index.d.ts +1 -1
  31. package/vue2/src/components/icons/icons/zoom-in/index.d.ts +1 -1
  32. package/vue2/src/components/icons/icons/zoom-out/index.d.ts +1 -1
  33. package/vue3/index.es.js +1 -0
  34. package/vue3/src/components/icons/icons/arrow-circle-down/index.d.ts +1 -1
  35. package/vue3/src/components/icons/icons/arrow-circle-left/index.d.ts +1 -1
  36. package/vue3/src/components/icons/icons/arrow-circle-right/index.d.ts +1 -1
  37. package/vue3/src/components/icons/icons/arrow-circle-up/index.d.ts +1 -1
  38. package/vue3/src/components/icons/icons/arrow-down/index.d.ts +1 -1
  39. package/vue3/src/components/icons/icons/arrow-left/index.d.ts +1 -1
  40. package/vue3/src/components/icons/icons/arrow-right/index.d.ts +1 -1
  41. package/vue3/src/components/icons/icons/arrow-up/index.d.ts +1 -1
  42. package/vue3/src/components/icons/icons/check/index.d.ts +1 -1
  43. package/vue3/src/components/icons/icons/check-round-fill/index.d.ts +1 -1
  44. package/vue3/src/components/icons/icons/close/index.d.ts +1 -1
  45. package/vue3/src/components/icons/icons/close-round/index.d.ts +1 -1
  46. package/vue3/src/components/icons/icons/close-round-fill/index.d.ts +1 -1
  47. package/vue3/src/components/icons/icons/copy/index.d.ts +1 -1
  48. package/vue3/src/components/icons/icons/down-file/index.d.ts +1 -1
  49. package/vue3/src/components/icons/icons/down-load/index.d.ts +1 -1
  50. package/vue3/src/components/icons/icons/empty-prize/index.d.ts +1 -1
  51. package/vue3/src/components/icons/icons/error-round/index.d.ts +1 -1
  52. package/vue3/src/components/icons/icons/export/index.d.ts +1 -1
  53. package/vue3/src/components/icons/icons/info-round-fill/index.d.ts +1 -1
  54. package/vue3/src/components/icons/icons/list/index.d.ts +1 -1
  55. package/vue3/src/components/icons/icons/loading/index.d.ts +1 -1
  56. package/vue3/src/components/icons/icons/question-round/index.d.ts +1 -1
  57. package/vue3/src/components/icons/icons/search/index.d.ts +1 -1
  58. package/vue3/src/components/icons/icons/success-round/index.d.ts +1 -1
  59. package/vue3/src/components/icons/icons/triangle-down/index.d.ts +1 -1
  60. package/vue3/src/components/icons/icons/triangle-up/index.d.ts +1 -1
  61. package/vue3/src/components/icons/icons/warning-round-fill/index.d.ts +1 -1
  62. package/vue3/src/components/icons/icons/zoom-in/index.d.ts +1 -1
  63. package/vue3/src/components/icons/icons/zoom-out/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polyv/vue-components",
3
- "version": "1.2.0",
3
+ "version": "1.2.3",
4
4
  "main": "./vue/index.es.js",
5
5
  "types": "./vue/src/index.d.ts",
6
6
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  "@just4/load-script": "^1.2.0",
12
12
  "@just4/querystring": "^2.0.0",
13
13
  "@just4/ua-info": "^3.0.0",
14
- "@polyv/icons-vue-middle": "1.3.0-dev.13",
14
+ "@polyv/icons-vue-middle": "1.3.0",
15
15
  "@popperjs/core": "2.11.4",
16
16
  "async-validator": "4.2.5",
17
17
  "clipboard": "2.0.10",
package/vue2/index.es.js CHANGED
@@ -7027,6 +7027,7 @@ const useBasicCountdown = (options) => {
7027
7027
  clearInterval(timer);
7028
7028
  timer = void 0;
7029
7029
  }
7030
+ prevTimestamp = void 0;
7030
7031
  }
7031
7032
  function initTimer() {
7032
7033
  if (isServer) {
@@ -2,5 +2,5 @@
2
2
  * @file ArrowCircleDown Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowCircleLeft Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowCircleRight Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowCircleUp Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowDown Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowLeft Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowRight Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowUp Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file Check Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file CheckRoundFill Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file Close Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file CloseRound Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file CloseRoundFill Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file Copy Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file DownFile Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file DownLoad Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file EmptyPrize Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ErrorRound Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file Export Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file InfoRoundFill Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file List Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file Loading Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file QuestionRound Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file Search Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file SuccessRound Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file TriangleDown Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file TriangleUp Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file WarningRoundFill Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ZoomIn Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ZoomOut Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
package/vue3/index.es.js CHANGED
@@ -7028,6 +7028,7 @@ const useBasicCountdown = (options) => {
7028
7028
  clearInterval(timer);
7029
7029
  timer = void 0;
7030
7030
  }
7031
+ prevTimestamp = void 0;
7031
7032
  }
7032
7033
  function initTimer() {
7033
7034
  if (isServer) {
@@ -2,5 +2,5 @@
2
2
  * @file ArrowCircleDown Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowCircleLeft Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowCircleRight Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowCircleUp Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowDown Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowLeft Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowRight Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ArrowUp Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file Check Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file CheckRoundFill Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file Close Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file CloseRound Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file CloseRoundFill Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file Copy Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file DownFile Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file DownLoad Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file EmptyPrize Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ErrorRound Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file Export Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file InfoRoundFill Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file List Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file Loading Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file QuestionRound Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file Search Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file SuccessRound Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file TriangleDown Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file TriangleUp Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file WarningRoundFill Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ZoomIn Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;
@@ -2,5 +2,5 @@
2
2
  * @file ZoomOut Icon
3
3
  * @author Auto Generated by @polyv/icons-cli
4
4
  */
5
- declare const _default: any;
5
+ declare const _default: import('@polyv/icons-vue-middle/icon-builder').IconComponentOption;
6
6
  export default _default;