Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Controller

import type { Controller } from "https://raw.githubusercontent.com/takker99/scrapbox-history-slider/0.2.1/App.tsx";
interface Controller {
close: () => void;
open: () => void;
toggle: () => void;
}

§Properties

§
close: () => void
[src]
§
open: () => void
[src]
§
toggle: () => void
[src]