UNPKG

burger-menu

Version:

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

9 lines (8 loc) 251 B
/// <reference types="react" /> declare type IconProps = { style?: Record<string, any>; className?: string; rotate?: number; }; declare function convertIcon(svg: any): (props: IconProps) => JSX.Element; export default convertIcon;