@dslate/antd
Version:
一个Antd Design风格的富文本编辑器 - A Antd Design style rich editor based on Slate
6 lines (5 loc) • 386 B
TypeScript
import { PropsWithChildren } from 'react';
export declare const Tooltip: ({ content, position, children, }: PropsWithChildren<{
content?: string | undefined;
position?: "top" | "topLeft" | "topRight" | "left" | "leftTop" | "leftBottom" | "right" | "rightTop" | "rightBottom" | "bottom" | "bottomLeft" | "bottomRight" | undefined;
}>) => import("react/jsx-runtime").JSX.Element;