UNPKG

burger-menu

Version:

A modern, flexible menu component that provides navigation for pages and features.

10 lines (9 loc) 287 B
import React from 'react'; declare type StyleAnimationProps = { children: React.ReactNode; type: string; duration: string; onRest: (value?: any) => void; }; declare function StyleAnimation(props: StyleAnimationProps): JSX.Element; export default StyleAnimation;