1
0
mirror of synced 2026-03-24 03:38:34 +08:00
Files
tmagic-editor/react-components/container/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` }],
};