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