mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
import type { Config } from 'tailwindcss'
|
|
|
|
export default <Partial<Config>>{
|
|
}
|