mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-20 05:11:26 +08:00
7 lines
168 B
TypeScript
7 lines
168 B
TypeScript
import type { FormConfig } from './base';
|
|
|
|
export * from './base';
|
|
export * from './editor';
|
|
|
|
export const defineFormConfig = <T = FormConfig>(config: T): T => config;
|