UNPKG

@szzbmy/lowcode-cli

Version:

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

11 lines (10 loc) 292 B
import { ReactElement } from 'react'; export declare type IncConfirmInputProps = { quetion: string; props: Record<string, any>; }; interface IncComfirnInputType { (props: IncConfirmInputProps): ReactElement; } export declare const IncComfirnInput: IncComfirnInputType; export {};