mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
import type { KeyValueData } from './type'
|
|
const keyValueData: KeyValueData = {
|
|
'--el-header-padding': '0px'
|
|
}
|
|
export default keyValueData
|