UNPKG

@textbus/xnote

Version:

A high-performance rich text editor that supports multiplayer online collaboration.

8 lines (7 loc) 308 B
import { ButtonHTMLAttributes } from '@viewfly/platform-browser'; export interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> { highlight?: boolean; arrow?: boolean; ordinary?: boolean; } export declare function Button(props: ButtonProps): () => import("@viewfly/core").JSXNode;