export type DefaultConfig = {
    explorer: boolean,
    customCss: string
  }
  