/// /** * 定义编辑器工具栏组件 * @param options */ export default function toolbar(options: any): { button: (props: any) => JSX.Element; };