Searched defs:getMenuPreferencesAsync (Results 1 – 3 of 3) sorted by relevance
1 export const getMenuPreferencesAsync = jest.fn().mockResolvedValue({}); constant
12 export async function getMenuPreferencesAsync(): Promise<DevMenuPreferencesType> { function
27 getMenuPreferencesAsync, constant