UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

10 lines (9 loc) 238 B
/// <reference types="react" /> import { LexicalEditor } from 'lexical'; interface PROPS { selectionFontSize: number; disabled: boolean; editor: LexicalEditor; } export declare const FontSizeInput: React.FC<PROPS>; export {};