/** * title: Event * description: Use the event * * title.zh-CN: 使用事件 * description.zh-CN: 使用next和prev等方法 */ import React from 'react'; declare const basic: () => React.JSX.Element; export default basic;