UNPKG

@benev/nubs

Version:
4 lines (3 loc) 339 B
import { StateSetter } from "@chasemoskal/magical"; import { Waiting } from "../types/waiting.js"; export declare function renderKeybind(waiting: undefined | Waiting, setWaiting: StateSetter<undefined | Waiting>, setShowDialog: StateSetter<boolean>): ([effect, keycodes]: [string, string[][]]) => void | import("lit-html").TemplateResult;