mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-20 21:13:43 +02:00
6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
import type { Config } from "tailwindcss"
|
|
|
|
declare const config: Config
|
|
|
|
export default config
|