UNPKG

@dslate/semi

Version:

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

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