UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

13 lines 466 B
export type TableColumnSchemaEditorProps = { entityId: string; open: boolean; onColumnsUpdated?: () => void; onCancel?: () => void; }; /** * Fetches column model data for a Synapse Table and renders a form to edit the column models. * @param props * @constructor */ export default function TableColumnSchemaEditor(props: TableColumnSchemaEditorProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TableColumnSchemaEditor.d.ts.map