UNPKG

react-native-paper

Version:
8 lines (7 loc) 196 B
/// <reference types="react" /> declare const AppbarBackIcon: ({ size, color }: { size: number; color: string; }) => JSX.Element; export default AppbarBackIcon; export { AppbarBackIcon };