/** * title: Basic * description: For the simplest use, you can use arrow to show the arrow toggle. * * title.zh-CN: 基本 * description.zh-CN: 最简单的用法,可以使用arrow显示箭头切换。 */ import React from 'react'; declare const basic: () => React.JSX.Element; export default basic;