UNPKG

expo-dynamic-image-crop

Version:

Dynamic image cropping component for Expo/React Native with free-form and fixed aspect ratio support

9 lines 325 B
import { FeatherIconNames, MaterialIconNames } from "../types"; type IconProps = { color: string; text: string; iconID: MaterialIconNames | FeatherIconNames; }; export declare function Icon({ text, iconID, color }: IconProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Icon.d.ts.map