UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

8 lines (7 loc) 273 B
import React from 'react'; import { NavbarProps } from './Navbar.types'; import './Navbar.css'; /** * @deprecated Should start using the same component migrated to UI2. */ export declare const Navbar: React.MemoExoticComponent<(props: NavbarProps) => React.JSX.Element>;