UNPKG

@cc98/react-ubb-editor

Version:
11 lines (10 loc) 244 B
import { faBold } from '@fortawesome/free-solid-svg-icons'; import { ConfigType } from '../../types'; var config = { type: ConfigType.Button, tagName: 'b', title: '加粗', icon: faBold, index: 10, }; export default config;