synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
13 lines • 466 B
TypeScript
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