import {RegExpIsFloat} from '../../components/Table' import {Input} from 'antd' const {TextArea} = Input // export const v = (text) =>
// {text} //
// export const v = (text) =>
// {text} //
export const v = (text) => text export const numericColumnOptions = { editable: true, initialValue: 0, width:'4rem', formItemRules: [ { required: true, message: `Введите число`, pattern: RegExpIsFloat, }, ], }; export const textColumnOptions = { editable:true, input: