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