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;
+4
View File
@@ -0,0 +1,4 @@
"use client";
import { Col } from '../grid';
export default Col;
+2
View File
@@ -0,0 +1,2 @@
declare const _default: {};
export default _default;
+3
View File
@@ -0,0 +1,3 @@
// Compatible for babel-plugin-import
/* istanbul ignore next */
export default {};