UNPKG

@appletosolutions/reactbits

Version:

A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.

12 lines 294 B
import React from "react"; interface MenuItemProps { link: string; text: string; image: string; } interface FlowingMenuProps { items?: MenuItemProps[]; } declare const FlowingMenu: React.FC<FlowingMenuProps>; export default FlowingMenu; //# sourceMappingURL=FlowingMenu.d.ts.map