@reactjsonforms/antd-renderers
Version:
Ant Design Renderer Set for JSON Forms
10 lines (9 loc) • 402 B
TypeScript
export { BooleanCell } from './BooleanCell';
export { DateCell } from './DateCell';
export { EnumCell } from './EnumCell';
export { IntegerCell } from './IntegerCell';
export { NumberCell } from './NumberCell';
export { NumberFormatCell } from './NumberFormatCell';
export { OneOfEnumCell } from './OneOfEnumCell';
export { TextCell } from './TextCell';
export { TimeCell } from './TimeCell';