UNPKG

@dslate/antd

Version:

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

5 lines (4 loc) 207 B
import { PropsWithChildren } from 'react'; export declare const Divider: ({ layout, }: PropsWithChildren<{ layout?: "vertical" | "horizontal" | undefined; }>) => import("react/jsx-runtime").JSX.Element;