Searched defs:loadFontsAsync (Results 1 – 4 of 4) sorted by relevance
30 export const loadFontsAsync = jest.fn().mockResolvedValue(null); constant
93 export async function loadFontsAsync() { function
110 export async function loadFontsAsync() { function
277 fun loadFontsAsync(promise: Promise) { in loadFontsAsync() method