UNPKG

antd-mobile

Version:

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

9 lines (8 loc) 273 B
/// <reference types="react" /> import React from 'react'; export default class SubMenu extends React.Component<any, any> { constructor(props: any); componentWillReceiveProps(nextProps: any): void; onClick: (dataItem: any) => void; render(): JSX.Element; }