UNPKG

antd-mobile

Version:

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

8 lines (7 loc) 234 B
/// <reference types="react" /> import React from 'react'; export default class BasicTagExample extends React.Component<any, any> { onChange: (e: any) => void; onValueChange: (value: any) => void; render(): JSX.Element; }