📅  最后修改于: 2022-03-11 14:47:57.298000             🧑  作者: Mango
代码示例2
import { Ionicons } from '@expo/vector-icons';
export interface ownWrittenProps {
leftIcon?: keyof typeof Ionicons.glyphMap;
}