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

ThemeExtender

type ThemeExtender<T> = (theme: T) => T | void;

§Type Parameters

§Type

§
(theme: T) => T | void
[src]