feat: add resizable and ColPage component (#5188)

* feat: add component resizable

* feat: component `ColPage` with demo
This commit is contained in:
Netfan
2024-12-19 20:37:42 +08:00
committed by GitHub
parent 1853ba1d60
commit acd87b2250
16 changed files with 368 additions and 13 deletions

View File

@@ -1,5 +1,6 @@
export * from './api-component';
export * from './captcha';
export * from './col-page';
export * from './ellipsis-text';
export * from './icon-picker';
export * from './page';