@lyra/form-builder
Version:
Lyra form builder
19 lines (18 loc) • 362 B
JavaScript
;
/*:: import type {Type} from '../../typedefs'*/
/*:: export type ArrayType = Type & {
name: string,
title: string,
description: string,
readOnly: ?boolean,
options: {
editModal: 'fold' | 'modal',
sortable: boolean,
layout?: 'grid'
},
of: Array<Type>
}*/
/*:: export type ItemValue = {
_type?: string,
_key: string
}*/