import { type InjectGlobalFunction } from "https://deno.land/x/fresh@1.6.0/plugins/twindv1_deps.ts";
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