Home
last modified time | relevance | path

Searched defs:FontSource (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-font/src/
H A DFont.types.ts8 export type FontSource = string | number | Asset | FontResource; alias
/expo/packages/expo-font/build/
H A DFont.types.d.ts6 export type FontSource = string | number | Asset | FontResource; alias