Files
iot-device-management-frontend/apps/antd-view/src/preference.ts

8 lines
260 B
TypeScript
Raw Normal View History

2024-05-21 22:14:25 +08:00
import type { Preference } from '@vben/types';
2024-05-19 21:20:42 +08:00
/**
* @description
* 使
*/
export const overridesPreference: Partial<Preference> = {};