|
/**
|
|
* Copyright 2022 Beijing Volcano Engine Technology Co., Ltd. All Rights Reserved.
|
|
* SPDX-license-identifier: BSD-3-Clause
|
|
*/
|
|
/// <reference types="react-scripts" />
|
|
|
|
declare module '*.less' {
|
|
const content: { [className: string]: string };
|
|
export default content;
|
|
}
|