@dslate/antd
Version:
一个Antd Design风格的富文本编辑器 - A Antd Design style rich editor based on Slate
12 lines (11 loc) • 537 B
TypeScript
/// <reference types="react" />
import { DSlateRef } from '@dslate/core';
import DefaultPlugin from '@dslate/plugin';
import type { AntdStyleDSlateProps } from './typing';
export declare const DefaultLocales: import("@dslate/core").Locale[];
export * from '@dslate/component';
export * from '@dslate/core';
export { DefaultPlugin };
export declare const DefaultToolbar: string[];
declare const _default: import("react").ForwardRefExoticComponent<AntdStyleDSlateProps & import("react").RefAttributes<DSlateRef>>;
export default _default;