mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-11-21 07:40:10 +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;
|