mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-08 21:32:48 +08:00
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
export function processFonts(
|
|
_: (string | undefined)[]
|
|
): (string | undefined)[] {
|
|
throw new Error('Not supported on Web');
|
|
}
|