admin-vben/apps/web-antd/src/preferences.ts

9 lines
326 B
TypeScript
Raw Normal View History

2024-06-02 02:20:15 +00:00
import type { DeepPartial } from '@vben/types';
import type { Preferences } from '@vben-core/preferences';
2024-06-01 15:15:29 +00:00
/**
* @description
* 使
*/
2024-06-02 15:46:18 +00:00
export const overridesPreferences: DeepPartial<Preferences> = {};