trs-ui-app
Version:
TRS 可视化低代码平台 前端移动 UI 组件库 👍
12 lines (11 loc) • 335 B
TypeScript
export declare const useHandler: (emit: Emits, props: Props) => {
onComment: (e: MouseEvent) => void;
onLike: (e: MouseEvent) => void;
onShare: (e: MouseEvent) => void;
onClickDetail: (e: MouseEvent) => void;
comOptions: any;
interData: any;
data: any;
wbItem: Props;
userData: Props;
};