Extremely Popular
Latest
interface InjectGlobalFunction
import { type InjectGlobalFunction } from "https://dotland.deno.dev/x/fresh@1.6.8/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