UNPKG

@yuntijs/ui

Version:

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

5 lines (4 loc) 102 B
import React from 'react'; export declare const EditablePlugin: React.FC<{ editable: boolean; }>;