UNPKG

antd-mobile

Version:

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

8 lines (7 loc) 230 B
/// <reference types="react" /> import React from 'react'; export default class SwitchExample extends React.Component<any, any> { constructor(props: any); onSwitchChange: (value: any) => void; render(): JSX.Element; }