mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
import type { Config } from 'tailwindcss';
|
|
|
|
declare const config: Config;
|
|
export default config;
|