UNPKG

@cc98/react-ubb-editor

Version:
11 lines (10 loc) 269 B
import { faEyeSlash } from '@fortawesome/free-solid-svg-icons'; import { ConfigType } from '../../types'; var config = { type: ConfigType.Button, tagName: 'replyview', title: '回复后可见', icon: faEyeSlash, index: 80, }; export default config;