8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
![]() |
import type { ModuleConfig } from "/@/cool";
|
||
|
|
||
|
export default (): ModuleConfig => {
|
||
|
return {
|
||
|
description: "ui库",
|
||
|
};
|
||
|
};
|