UNPKG

antd-mobile

Version:

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

11 lines (10 loc) 342 B
/// <reference types="react" /> import React from 'react'; export default class Test extends React.Component<any, any> { constructor(); render(): JSX.Element; showActionSheet: () => void; showShareActionSheet: () => void; } export declare const title = "ActionSheet"; export declare const description = "ActionSheet example";