mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-05 00:48:12 +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';
|