UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

7 lines (6 loc) 201 B
/// <reference types="react" /> import { Component } from 'react'; import NavBarProps from './PropsType'; export default class NavBar extends Component<NavBarProps, any> { render(): JSX.Element; }