import { type TxFunction } from "https://dotland.deno.dev/x/fresh@1.7.3/plugins/twindv1_deps.ts";
Methods
bind(thisArg?: ((tokens: string) => string) | undefined | void): TxFunction
call(thisArg: ((tokens: string) => string) | undefined | void, ...classes: Class[]): string
call(): string
thisArg: ((tokens: string) => string) | undefined | void,
strings: TemplateStringsArray,
...interpolations: readonly Class[],