import type { FormConfig } from './base'; export * from './base'; export * from './editor'; export const defineFormConfig = (config: T): T => config;