Files
game-cards-poker-design/frontend/node_modules/element-plus/es/components/tree/src/tokens.d.ts
Poker Design Developer 5dbcebf7a2 Fix frontend blank page issues
- Fix router import path in main.js
- Handle Django REST Framework pagination format in API calls
- Add getTemplates function to project API
- Restart frontend development server
2026-05-31 18:40:56 +08:00

6 lines
334 B
TypeScript

//#region ../../packages/components/tree/src/tokens.d.ts
declare const ROOT_TREE_INJECTION_KEY = "RootTree";
declare const NODE_INSTANCE_INJECTION_KEY = "NodeInstance";
declare const TREE_NODE_MAP_INJECTION_KEY = "TreeNodeMap";
//#endregion
export { NODE_INSTANCE_INJECTION_KEY, ROOT_TREE_INJECTION_KEY, TREE_NODE_MAP_INJECTION_KEY };