UNPKG

140 BTypeScriptView Raw
1import { ClientConfig } from './types/config';
2declare const configPresets: {
3 [key: string]: ClientConfig;
4};
5export { configPresets };