mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-03 07:08:13 +00: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';
|