update 0.9.3
This commit is contained in:
12
packages/dooringx-plugin-template/template/src/global.d.ts
vendored
Normal file
12
packages/dooringx-plugin-template/template/src/global.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* @Author: yehuozhili
|
||||
* @Date: 2021-09-30 09:55:01
|
||||
* @LastEditors: yehuozhili
|
||||
* @LastEditTime: 2021-09-30 09:55:02
|
||||
* @FilePath: \dooringx\packages\dooringx-plugin-template\src\global.d.ts
|
||||
*/
|
||||
/// <reference types="react-scripts" />
|
||||
declare module "*.less" {
|
||||
const classes: { readonly [key: string]: string };
|
||||
export default classes;
|
||||
}
|
Reference in New Issue
Block a user