UNPKG

@szzbmy/lowcode-cli

Version:

🐇 lowcode-cli is an efficient cli tool for Rabbitpre plugin component secondary development. ❤️

11 lines (10 loc) 275 B
import { ReactElement } from 'react'; export declare type IncTextInputProps = { title: string; props: Record<string, any>; }; interface IncTextInputType { (props: IncTextInputProps): ReactElement; } export declare const IncTextInput: IncTextInputType; export {};