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.

10 lines
430 B

import { UnloadFontOptions } from './Font';
import { FontResource } from './Font.types';
declare const _default: {
readonly name: string;
unloadAllAsync(): Promise<void>;
unloadAsync(fontFamilyName: string, options?: UnloadFontOptions | undefined): Promise<void>;
loadAsync(fontFamilyName: string, resource: FontResource): Promise<void>;
};
export default _default;
//# sourceMappingURL=ExpoFontLoader.web.d.ts.map