change pkg

This commit is contained in:
yehuozhili
2021-07-09 01:41:03 +08:00
commit 968a072537
115 changed files with 19556 additions and 0 deletions

16
packages/dooringx-lib/typings.d.ts vendored Normal file
View File

@@ -0,0 +1,16 @@
/*
* @Author: your name
* @Date: 2021-05-14 06:23:24
* @LastEditTime: 2021-07-07 02:01:14
* @LastEditors: yehuozhili
* @Description: In User Settings Edit
* @FilePath: \dooringv2\packages\dooringx-lib\typings.d.ts
*/
declare module '*.css';
declare module '*.less';
declare module '*.less' {
const content: any;
export default content;
}