UNPKG

react-native-paper

Version:
6 lines 178 B
declare type Props = { type: 'dark' | 'light'; }; declare const ThemeIcon: ({ type }: Props) => JSX.Element; export default ThemeIcon; //# sourceMappingURL=ThemeIcon.d.ts.map