4 lines
107 B
TypeScript
4 lines
107 B
TypeScript
import { Ionicons } from "@expo/vector-icons";
|
|
|
|
export type IoniconsName = keyof typeof Ionicons.glyphMap;
|