Skip to main content
Module

x/twd/types.ts

🚩 Simple tailwind like CLI tool for deno πŸ¦•
Go to Latest
File
/// <reference no-default-lib="true"/>/// <reference lib="deno.ns" />/// <reference lib="dom" />/// <reference lib="esnext" />import { Configuration } from "https://esm.sh/twind@0.16.13";
export type Config = Pick<Configuration, "theme" | "preflight">;