UNPKG

air-command-ui-library

Version:

A React component library for Air Command System with Storybook

4 lines (3 loc) 127 B
import React from 'react'; import type { NavbarProps } from '../../types'; export declare const Navbar: React.FC<NavbarProps>;