UNPKG

@masumdev/rn-fab

Version:

A highly customizable Floating Action Button (FAB) component for React Native. Supports multiple variants including single, extended, stacked, clustered, and doted layouts. Built with smooth animations and optimized for both iOS and Android platforms.

5 lines 320 B
import React from 'react'; import { FabStackedProps } from '../types'; declare const _default: React.MemoExoticComponent<({ items, style, containerStyle, theme, isOpen: setIsOpen, plusIcon, }: FabStackedProps) => import("react/jsx-runtime").JSX.Element>; export default _default; //# sourceMappingURL=FabStacked.d.ts.map