add all frontend files

This commit is contained in:
2026-01-17 15:16:36 -05:00
parent ff16ae7858
commit e40287e4aa
25704 changed files with 1935289 additions and 0 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

+2
View File
@@ -0,0 +1,2 @@
@import "./select.less";
@import "./tree.less";
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 45 B

+3
View File
@@ -0,0 +1,3 @@
@import '~rc-select/assets/index';
@select-prefix: ~'rc-tree-select';
+3
View File
@@ -0,0 +1,3 @@
@import '~rc-tree/assets/index';
@treePrefixCls: ~'rc-tree-select-tree';