18 lines
457 B
JavaScript
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,
|
|
};
|