UNPKG

ohmysearch

Version:

Ohmysearch - customizable all in one search tool to boost developer productivity

12 lines (10 loc) 263 B
import { OMSExtension } from "@common/types/OMSExtension"; export const devDocId = "search-dev-docs"; export default [ { id: devDocId, title: "Search MDN Web Docs", type: "view", iconPath: "./images/logo-devdocs.jpg", }, ] as OMSExtension[];