UNPKG

@yuntijs/ui

Version:

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

10 lines (9 loc) 226 B
/// <reference types="react" /> import { LexicalEditor } from 'lexical'; interface PROPS { editor: LexicalEditor; value: string; disabled?: boolean; } export declare const FontDropDown: React.FC<PROPS>; export {};