yifengyide/auto-imports.d.ts

6 lines
126 B
TypeScript
Raw Normal View History

2025-02-07 16:12:06 +08:00
// Generated by 'unplugin-auto-import'
export {}
declare global {
2025-04-03 15:23:12 +08:00
const layer: typeof import('@layui/layer-vue')['layer']
2025-02-07 16:12:06 +08:00
}