Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/@dnd-kit/utilities.ts>CSS

Deno-powered framework for building business web apps
Go to Latest
variable CSS
import { CSS } from "https://deno.land/x/netzo@0.3.91/deps/@dnd-kit/utilities.ts";

type

Readonly<{ Translate: { toString(transform: Transform | null): string | undefined; }; Scale: { toString(transform: Transform | null): string | undefined; }; Transform: { toString(transform: Transform | null): string | undefined; }; Transition: { toString(unnamed 0: Transition): string; }; }>