1
0
mirror of synced 2026-04-08 17:39:16 +08:00
Files
tmagic-editor/react-components/button/src/event.ts

7 lines
159 B
TypeScript

import { COMMON_EVENT_PREFIX } from '@tmagic/core';
export default {
methods: [],
events: [{ label: '点击', value: `${COMMON_EVENT_PREFIX}click` }],
};