UNPKG

@dslate/antd

Version:

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

3 lines (2 loc) 174 B
import { PropsWithChildren } from 'react'; export declare const Input: ({ children, onChange, ...props }: PropsWithChildren<any>) => import("react/jsx-runtime").JSX.Element;