前端初始化
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { IDescriptionsInject } from "./descriptions.type.js";
|
||||
import { InjectionKey } from "vue";
|
||||
|
||||
//#region ../../packages/components/descriptions/src/token.d.ts
|
||||
declare const descriptionsKey: InjectionKey<IDescriptionsInject>;
|
||||
//#endregion
|
||||
export { descriptionsKey };
|
||||
Reference in New Issue
Block a user