UNPKG

react-native-simi-comps

Version:
7 lines (6 loc) 191 B
/// <reference types="react" /> import type { IconOptions } from "./Icon"; export default function FAB({ icon, onPress, }: { icon?: IconOptions; onPress: () => void; }): JSX.Element;