Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Latest
interface InjectGlobalFunction
import { type InjectGlobalFunction } from "https://deno.land/x/fresh@1.7.2/plugins/twindv1_deps.ts";

Call Signatures

(style: CSSBase | string): void
(strings: TemplateStringsArray, ...interpolations: readonly CSSValue[]): void

Methods

bind(thisArg?: ((tokens: string) => string) | undefined | void): InjectGlobalFunction
call(thisArg: ((tokens: string) => string) | undefined | void, style: CSSBase | string): void
apply(thisArg: ((tokens: string) => string) | undefined | void, args: [CSSBase | string]): void