pgadmin4/web/pgadmin/static/js/SchemaView/utils/index.js

18 lines
457 B
JavaScript

/////////////////////////////////////////////////////////////
//
// pgAdmin 4 - PostgreSQL Tools
//
// Copyright (C) 2013 - 2025, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
//////////////////////////////////////////////////////////////
import { createFieldControls } from './createFieldControls';
import { listenDepChanges } from './listenDepChanges';
export {
createFieldControls,
listenDepChanges,
};