feat(shared): add Section concept and toolSection() partition

This commit is contained in:
SnapOtter
2026-06-20 10:55:56 +08:00
parent 0acc8ca751
commit 790747188a
3 changed files with 81 additions and 0 deletions
+1
View File
@@ -7,4 +7,5 @@ export * from "./features.js";
export * from "./i18n/index.js";
export * from "./modality.js";
export * from "./permissions.js";
export * from "./section.js";
export * from "./types.js";