UNPKG

@cc98/react-ubb-editor

Version:
11 lines (10 loc) 248 B
import { faItalic } from '@fortawesome/free-solid-svg-icons'; import { ConfigType } from '../../types'; var config = { type: ConfigType.Button, tagName: 'i', title: '斜体', icon: faItalic, index: 20, }; export default config;