mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 05:41:46 +02:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
import type { Config } from "tailwindcss";
|
|
|
|
declare const config: Config;
|
|
|
|
export = config;
|