UNPKG

@szzbmy/lowcode-cli

Version:

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

8 lines (7 loc) 182 B
/// <reference types="react" /> interface IProps { /** 是否纯净模式 */ pure?: boolean; } export default function DebugV2(props: IProps): JSX.Element | null; export {};