You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
501 B

import type { Preferences } from '@vben-core/preferences';
import type { DeepPartial } from '@vben-core/typings';
/**
* app使
* @vben-core/preferences
* @param preferences
* @returns
*/
function defineOverridesPreferences(preferences: DeepPartial<Preferences>) {
return preferences;
}
export { defineOverridesPreferences };
export * from '@vben-core/preferences';