```
├─es # es module模塊系統
│ ├─sohelp-table # sohelp-table 組件
│ │ └─style # sohelp-table 組件樣式
│ ├─sohelp-tree # sohelp-tree 組件
│ │ └─style # sohelp-tree 組件樣式
│ ├─sohelp-tree-select # sohelp-tree-select 組件
│ │ └─style # sohelp-tree-select 組件樣式
│ ├─style # 公共樣式
│ │ └─themes # 主題樣式
│ └─utils # 公共方法
├─lib # lib commonjs模塊系統
│ ├─sohelp-table # sohelp-table 組件
│ │ └─style # sohelp-table 組件樣式
│ ├─sohelp-tree # sohelp-tree 組件
│ │ └─style # sohelp-tree 組件樣式
│ ├─sohelp-tree-select # sohelp-tree-select 組件
│ │ └─style # sohelp-tree-select 組件樣式
│ ├─style # 公共樣式
│ │ └─themes # 主題樣式
│ └─utils # 公共方法
└─typings # 類型定義
```