UNPKG

@ray-js/smart-ui

Version:

轻量、可靠的智能小程序 UI 组件库

6 lines (5 loc) 265 B
/// <reference types="react" /> import type { SmartNavBar } from './PropTypes'; declare const NavBar: import("react").FC<SmartNavBar>; export { NavBar }; export { SmartNavBar, SmartNavBarEvents, SmartNavBarExternalClassName, SmartNavBarProps, } from './PropTypes';