change pkg
This commit is contained in:
16
packages/dooringx-lib/typings.d.ts
vendored
Normal file
16
packages/dooringx-lib/typings.d.ts
vendored
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user