UNPKG

@rws-framework/components

Version:
5 lines 138 B
export interface IReFormerField { name: string, defaultValue?: any, setForm: (field: string, value: any) => Promise<void> }