UNPKG

antd-mobile

Version:

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

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