UNPKG

trs-ui-app

Version:

TRS 可视化低代码平台 前端移动 UI 组件库 👍

8 lines (7 loc) 194 B
export declare type NativeType = 'button' | 'submit' | 'reset'; export interface Emits { (event: 'click', e: MouseEvent): void; } export interface Props { jsonSchema?: boolean; }