UNPKG

@freakycoder/animated-tabbar

Version:

A 60FPS animated tab bar with a variety of cool animation presets.

5 lines (4 loc) 242 B
/// <reference types="react" /> import { PresetEnum } from './presets'; import type { AnimatedTabBarViewProps } from './types'; export declare function AnimatedTabBarView<T extends PresetEnum>(props: AnimatedTabBarViewProps<T>): JSX.Element;