tiptop-editor
Version:
Notion-like editor built with Tiptap v3 and HeroUI
5 lines (4 loc) • 302 B
TypeScript
import { default as React } from 'react';
import { ColorButtonProps } from '../types';
declare const _default: React.MemoExoticComponent<({ editor, buttonType, hsl, color, bgColor, tooltipText, tooltipDisabled, }: ColorButtonProps) => import("react/jsx-runtime").JSX.Element>;
export default _default;