mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
import type { Config } from 'tailwindcss';
|
|
|
|
declare const config: Config;
|
|
export default config;
|