Skip to main content
Extremely Popular
Go to Latest
interface InjectGlobalFunction
import { type InjectGlobalFunction } from "https://deno.land/x/fresh@1.4.0/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