/** * notion-enhancer * (c) 2023 dragonwocky (https://dragonwocky.me/) * (https://notion-enhancer.github.io/) under the MIT license */ import { Description } from "./Description.mjs"; import { Toggle } from "./Toggle.mjs"; function Mod({ id, name, version, description, thumbnail, tags = [], authors, options = [], _get, _set, _src, }) { const { html, setState, enhancerUrl } = globalThis.__enhancerApi, toggleId = Math.random().toString(36).slice(2, 5); return html``; } export { Mod };