buncid/dist/test/next-app/my-app/tailwind.config.d.ts
Benjamin Toby 619afc8303 Updates
2025-02-03 13:41:13 +01:00

14 lines
257 B
TypeScript

declare const _default: {
content: string[];
theme: {
extend: {
colors: {
background: string;
foreground: string;
};
};
};
plugins: never[];
};
export default _default;