初始创建!

This commit is contained in:
2024-12-19 13:51:07 +08:00
commit fa8b468c32
23 changed files with 3004 additions and 0 deletions

11
index.ts Normal file
View File

@@ -0,0 +1,11 @@
import Invoker from "./src/components/Invoker";
import { hh } from './src/components/DemiHelper';
import { InvokerItem } from "./src/components/InvokerItem";
import Receiver from "./src/components/Receiver";
export {
Invoker,
Receiver,
type InvokerItem,
hh,
}