Ai
364 Star 24.4K Fork 6.6K

芋道源码/yudao-ui-admin-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
custom-types.d.ts 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
芋道源码 提交于 2023-02-11 00:44 +08:00 . 初始化项目,自 v1.7.1 版本开始
import { SlateDescendant } from '@wangeditor/editor'
declare module 'slate' {
interface CustomTypes {
// 扩展 text
Text: {
text: string
bold?: boolean
italic?: boolean
code?: boolean
through?: boolean
underline?: boolean
sup?: boolean
sub?: boolean
color?: string
bgColor?: string
fontSize?: string
fontFamily?: string
}
// 扩展 Element 的 type 属性
Element: {
type: string
children: SlateDescendant[]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yudaocode/yudao-ui-admin-vue3.git
git@gitee.com:yudaocode/yudao-ui-admin-vue3.git
yudaocode
yudao-ui-admin-vue3
yudao-ui-admin-vue3
v2.2.0

搜索帮助