mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-08-25 09:21:33 +02:00
6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
import type { Config } from "tailwindcss"
|
|
|
|
declare const config: Config
|
|
|
|
export default config
|