UNPKG

@freakycoder/animated-tabbar

Version:

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

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