update 0.9.3

This commit is contained in:
yehuozhili
2021-10-07 14:41:24 +08:00
parent 02337bae3c
commit c37d442b45
18 changed files with 494 additions and 48 deletions

View 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;
}