@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 • 326 B
TypeScript
import React from 'react';
import { FabClusteredProps } from '../types';
declare const _default: React.MemoExoticComponent<({ items, style, containerStyle, theme, isOpen: setIsOpen, plusIcon, }: FabClusteredProps) => import("react/jsx-runtime").JSX.Element>;
export default _default;
//# sourceMappingURL=FabClustered.d.ts.map