django-vue3-admin-web/node_modules/vant/es/composables/use-expose.d.ts
2025-10-20 21:21:14 +08:00

2 lines
75 B
TypeScript

export declare function useExpose<T = Record<string, any>>(apis: T): void;