import type { KeyValueData } from './type' const keyValueData: KeyValueData = { '--el-header-padding': '0px' } export default keyValueData