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.
7 lines
457 B
7 lines
457 B
import { Asset } from 'expo-asset';
|
|
import { FontResource, FontSource } from './Font.types';
|
|
export declare function fontFamilyNeedsScoping(name: string): boolean;
|
|
export declare function getAssetForSource(source: FontSource): Asset | FontResource;
|
|
export declare function loadSingleFontAsync(name: string, input: Asset | FontResource): Promise<void>;
|
|
export declare function getNativeFontName(name: string): string;
|
|
//# sourceMappingURL=FontLoader.d.ts.map
|