UNPKG

antd-mobile

Version:

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

8 lines (7 loc) 217 B
/// <reference types="react" /> import React from 'react'; export default class DrawerExample extends React.Component<any, any> { drawer: any; onOpenChange: (isOpen: any) => void; render(): JSX.Element; }