UNPKG

typedoc-theme-yaf

Version:

A fresh, opinionated and standalone front-end documentation application consuming Typedoc generated data.

5 lines 197 B
import { trigger } from './triggers.js'; export const display = (key, value) => new CustomEvent(trigger.options.display, { detail: { key, value }, }); //# sourceMappingURL=actionsOptions.js.map