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