UNPKG

@dslate/dslate

Version:

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

10 lines (9 loc) 452 B
import React from 'react'; import type { DSlateRef } from '@dslate/core'; import DefaultPlugin from '@dslate/plugin'; import type { AntdStyleDSlateProps } from './typing'; export declare const DefaultLocales: import("@dslate/core").Locale[]; export { DefaultPlugin }; export declare const DefaultToolbar: string[]; declare const _default: React.ForwardRefExoticComponent<AntdStyleDSlateProps & React.RefAttributes<DSlateRef>>; export default _default;