UNPKG

@dslate/semi

Version:

一个Semi Design风格的富文本编辑器 - A Semi Design style rich editor based on Slate

6 lines (5 loc) 286 B
/// <reference types="react" /> import { DSlateRef } from "@dslate/core"; import type { SemiStyleDSlateProps } from "../typing"; declare const SemiEditor: import("react").ForwardRefExoticComponent<SemiStyleDSlateProps & import("react").RefAttributes<DSlateRef>>; export { SemiEditor };