chore: update ant-design dependencies and add new icon types

This commit is contained in:
Luiz Costa
2025-11-18 09:39:51 -03:00
parent 775e562fe9
commit 5c0094d74e
22648 changed files with 2140248 additions and 29 deletions
+4
View File
@@ -0,0 +1,4 @@
import { Col } from '../grid';
import type { ColProps, ColSize } from '../grid';
export type { ColProps, ColSize };
export default Col;
+9
View File
@@ -0,0 +1,9 @@
"use strict";
"use client";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _grid = require("../grid");
var _default = exports.default = _grid.Col;
+2
View File
@@ -0,0 +1,2 @@
declare const _default: {};
export default _default;
+9
View File
@@ -0,0 +1,9 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// Compatible for babel-plugin-import
/* istanbul ignore next */
var _default = exports.default = {};