UNPKG

@cc98/react-ubb-editor

Version:
11 lines (10 loc) 267 B
import { faStrikethrough } from '@fortawesome/free-solid-svg-icons'; import { ConfigType } from '../../types'; var config = { type: ConfigType.Button, tagName: 'del', title: '删除线', icon: faStrikethrough, index: 40, }; export default config;