mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-16 01:49:25 +08:00
5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
export { default as Target } from './Target';
|
|
export { default as Watcher } from './Watcher';
|
|
export * from './utils';
|
|
export * from './types';
|