We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22bea9 commit db27b01Copy full SHA for db27b01
packages/compass-preferences-model/src/provider.ts
@@ -10,10 +10,6 @@ export {
10
} from './utils';
11
export { capMaxTimeMSAtPreferenceLimit } from './maxtimems';
12
export { featureFlags } from './feature-flags';
13
-export {
14
- getSettingDescription,
15
- getSettingSelectableValues,
16
- SORT_ORDER_VALUES,
17
-} from './preferences-schema';
+export { getSettingDescription, SORT_ORDER_VALUES } from './preferences-schema';
18
export type { AllPreferences, SORT_ORDERS } from './preferences-schema';
19
export type { DevtoolsProxyOptions } from '@mongodb-js/devtools-proxy-support';
0 commit comments