UNPKG

@dslate/antd

Version:

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

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