UNPKG

@dslate/semi

Version:

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

12 lines (11 loc) 537 B
/// <reference types="react" /> import { DSlateRef } from '@dslate/core'; import DefaultPlugin from '@dslate/plugin'; import type { SemiStyleDSlateProps } 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<SemiStyleDSlateProps & import("react").RefAttributes<DSlateRef>>; export default _default;