This commit is contained in:
2026-01-24 17:01:39 +08:00
parent d23fc2b2d8
commit ce6bc3e48e
5 changed files with 18 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
*/
import type * as abcv from "../abcv.js";
import type * as xiong from "../xiong.js";
import type {
ApiFromModules,
@@ -18,6 +19,7 @@ import type {
declare const fullApi: ApiFromModules<{
abcv: typeof abcv;
xiong: typeof xiong;
}>;
/**